@n.taddei
I tried cmd
, git bash
, npm.cmd
& node
independently
Problem was that npm install -g quasar-cli
was not installing the quasar.cmd
files in the .bin
file of nodist
(node/npm version control).
I had to reinstall nodist
(and node
and npm
) after an update.
quasar.cmd
was installed properly and am up & running.
Mind you I’ve got to update a couple of node_modules
now
Thanks for the feedback @s-molinari & @n-taddei - your remarks helped me figure it out.