Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Issues to Run Quasar Script on Visual Studio Code

    Help
    2
    3
    171
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      susansiow last edited by

      How can I run Quasar script, eg ‘quasar dev’ directly at Visual Studio Code’s terminal, instead of PC’s command prompt?

      Error message:

      quasar : File C:\Users\User\AppData\Roaming\npm\quasar.ps1 cannot be loaded because running scripts is disabled on this 
      system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
      At line:1 char:1
      + quasar dev
      + ~~~~~~
          + CategoryInfo          : SecurityError: (:) [], PSSecurityException
          + FullyQualifiedErrorId : UnauthorizedAccess
      
      dobbel 1 Reply Last reply Reply Quote 0
      • dobbel
        dobbel @susansiow last edited by

        @susansiow said in Issues to Run Quasar Script on Visual Studio Code:

        cannot be loaded because running scripts is disabled on this
        system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
        At line:1 char:1

        Here’s a possible solution:
        https://stackoverflow.com/questions/56199111/visual-studio-code-cmd-error-cannot-be-loaded-because-running-scripts-is-disabl

        S 1 Reply Last reply Reply Quote 1
        • S
          susansiow @dobbel last edited by

          @dobbel

          This > https://stackoverflow.com/a/61293119/11304026 works great, thank you!

          1 Reply Last reply Reply Quote 0
          • First post
            Last post