Failed to download repo quasarframework/quasar-starter-kit
-
Hello!
I may not install via ‘quasar init’ command.
Here is the error message:C:\workspace>quasar --version 0.17.4 C:\workspace>vue --version 3.0.0-rc.8 C:\workspace>npm --version 5.6.0 C:\workspace>node -v v8.11.1 C:\workspace>quasar init newproject Running command: vue init 'quasarframework/quasar-starter-kit' newproject vue-cli · Failed to download repo quasarframework/quasar-starter-kit: self signed certificate in certificate chain
-
This is either an issue with vue-cli init command or a temporary issue with github. Try again later, or check if you need to use proxy etc.
-
In worst case scenario, just download https://github.com/quasarframework/quasar-starter-kit repo and hit
$ vue init path/to/quasar-starter-kit <folder_name>
-
@rstoenescu It worked perfect! Thank you so much!