-
Notifications
You must be signed in to change notification settings - Fork 6
Installation problem (Windows 10) #35
Comments
And you please provide the output of |
I can confirm the problem, after just running the following commands:
Unfortunately, in my case the setup doesn't finish properly. Let me know if you need more information. Thanks for having a look into it! console output
quasar info
|
This happens because the extension is trying to spawn a yarn process but you don't have yarn installed. Ideally the extension should determine whether it should use npm or yarn. As a workaround for now, you can try to install yarn and run the script again. |
I've just created a before and after project and can confirm that the suggested workaround works. |
I just tried this on a fresh/newly created project and it didn't work. Output of
FIX UPDATE: In my case it worked perfectly after updating Node to 12.14.1 |
Should be fixed by #48 |
Below is my output after doing "> quasar ext add @quasar/typescript"
Seems to be successful and then an error afterwards? Perhaps related to this (https://stackoverflow.com/questions/37459717/error-spawn-enoent-on-windows)?
The text was updated successfully, but these errors were encountered: