After some weeks of studying and testing Quasar at home, I’m going to propose this framework to a company I’m working for. I tried to run Quasar init <project name>, but I receive the following error:
i Generating Quasar App…
x Failed to download App template @quasarframework/app-template-default: Error: tunneling socket could not be established, cause=write EPROTO 101057795:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:openssl\ssl\s23_clnt.c:794:
There is a proxy in our network and npm has been configured to use it (and it works fine). Also the variables http_proxy and https_proxy have been added to the Environment variables in a MS Windows 8 machine.
Can I do something to fix this issue?
Thanks