Failed to Download Starter Kit Error #11193
-
I have a new MacBook and am installing Quasar. I used Homebrew to install Node and have Node Version 16.13.0 and NPM version 8.1.0 installed. I used Homebrew because when I tried just installing Node via the download package I was getting permission errors when installing Quasar. However, now when I try to create a new Quasar Project using
I get the following error message: From what I'm seeing online it's possible that the github download site to install the starter kit is temporarily down? Could that be the case? Or is there something else I'm hitting? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
This seems to be an error with your local environment and/or VSCode. Check this thread out: |
Beta Was this translation helpful? Give feedback.
-
This is an error from the CLI connecting to Github to retrieve the starter kit. It's a non-Quasar issue, but a Github server issue or maybe you're behind a proxy? Alternatively, download the starter kit yourself from https://github.com/quasarframework/quasar-starter-kit: Then:
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the replies. I think it's still a file permission error on my new MacBook. I'm not behind a Proxy, and according to the text-kit GitHub page they are up and working. I've tried changing the permissions on my folder & subfolders but I'm still having issues. Now I'm getting an error when trying to install firebase auth. |
Beta Was this translation helpful? Give feedback.
-
I believe I got this working. I followed these instructions: Manually change npm's default directory |
Beta Was this translation helpful? Give feedback.
-
Just a note, I still have problems every time I try to create a new Quasar project. I get the same error:
In order to create a new project, I have to download the kit manually and unzip it. Then I have to create my directory, change into it, and run the following code to reference the downloaded and unzipped starter kit:
Then my project is created properly and runs fine. |
Beta Was this translation helpful? Give feedback.
This is an error from the CLI connecting to Github to retrieve the starter kit. It's a non-Quasar issue, but a Github server issue or maybe you're behind a proxy?
Alternatively, download the starter kit yourself from https://github.com/quasarframework/quasar-starter-kit:
Then: