How to set up npm / quasar on Windows (yep..)
-
I’ve set up a dev environment on windows, but I’m not experienced with this platform.
Everything works fine (environment paths for node bla bla etc.) except for the quasar-cli.
I guess there’s a simple fix for this? -
You need to install Node (along NPM – comes packaged with it). Then
npm install quasar-cli
. Using cygwin? -
@rstoenescu ah of course, I forgot to execute “npm install quasar-cli”.
Thought it was listed in my package.json, and “npm install” would be enough…time for coffee.
(not using cygwin, nodejs windows installer seems to work ok by itself) -
Great! Glad everything is working.