How How to fix the problem Quasar CLI · Failed to download repo quasarframework/quasar-starter-kit#v0.17: self signed certificate in certificate chain
-
How How to fix the problem
C:\nodejs>quasar info Operating System Windows_NT(10.0.18363) - win32/x64 NodeJs 14.5.0 Global packages NPM 6.14.5 yarn Not installed @quasar/cli 1.1.0 cordova Not installed Networking Host R48SNPOPUREY2 Ethernet 10.98.1.145 C:\nodejs>quasar -v 1.1.0
C:\nodejs>quasar create g1
Quasar CLI · Failed to download repo quasarframework/quasar-starter-kit#v0.17: self signed certificate in certificate chain
-
Can you post the results of
quasar info
here please?Scott
-
C:\Far>quasar info 8:42 Operating System Windows_NT(10.0.18363) - win32/x64 NodeJs 14.5.0 Global packages NPM 6.14.7 yarn Not installed @quasar/cli 1.1.0 cordova Not installed Networking Host R48SNPOPUREY2 Ethernet 10.98.1.145
-
Downgrade Node to the LTS version. (12.x.x). We don’t support 14 yet. Uninstall Quasar CLI. Then reinstall it.
Then install Yarn and run the command.
Scott
-
C:\nodejs>quasar info Operating System Windows_NT(10.0.18363) - win32/x64 NodeJs 12.18.3 Global packages NPM 6.14.7 yarn 1.22.4 @quasar/cli 1.1.0 cordova Not installed Networking Host R48SNPOPUREY2 Ethernet 10.98.1.145
C:\nodejs>quasar create quasar-p1 ___ / _ \ _ _ __ _ ___ __ _ _ __ | | | | | | |/
/ __|/ _
| '__| | || | || | (| __ \ (| | | __\,|_,|/_,|_| Quasar CLI · Failed to download repo quasarframework/quasar-starter-kit#master: self signed certificate in certificate chain -
Are you behind a corporate firewall? Or within a network that has a firewall into the Internet? If yes, you’ll probably need to look there.
Scott
-
Thanks you