No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. manpro
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 1
    • Groups 0

    manpro

    @manpro

    1
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    manpro Follow

    Best posts made by manpro

    • RE: Unable to create quasar project behind http proxy

      I found the reason. The process “quasar” does not use the proxy settings from the .npmrc file, it uses the environment variable “http_proxy” (I have only checked it under Windows). The syntax corresponds to the syntax of the .npmrc file.

      posted in CLI
      M
      manpro

    Latest posts made by manpro

    • RE: Unable to create quasar project behind http proxy

      I found the reason. The process “quasar” does not use the proxy settings from the .npmrc file, it uses the environment variable “http_proxy” (I have only checked it under Windows). The syntax corresponds to the syntax of the .npmrc file.

      posted in CLI
      M
      manpro
    • RE: Unable to create quasar project behind http proxy

      I have the same issue. The proxy server is configured, the data in the .npmrc seems correct to me.

      proxy=http://<ip of proxy server>:8080/
      http-proxy=http://<ip of proxy server>:8080
      https-proxy=http://<ip of proxy server>:8080/
      

      The installation of “npm install -g @quasar/cli” ran smoothly, but

      C:\Users\dev>quasar create test001
      
       / _ \ _   _  __ _ ___  __ _ _ __
      | | | | | | |/ _` / __|/ _` | '__|
      | |_| | |_| | (_| \__ \ (_| | |
       \__\_\\__,_|\__,_|___/\__,_|_|
      
        Quasar CLI · Failed to download repo quasarframework/quasar-starter-kit#master: tunneling socket could not be established, cause=getaddrinfo ENOTFOUND 8080
      

      Does anyone have an idea?
      Thx

      posted in CLI
      M
      manpro