quasar: command not found
-
every time I try to create a new project
I get this issue-bash: quasar: command not found
-
-
@anasaw what OS?
-
Install the cli globally
-
@Graypes
it’s not working -
@dobbel macOs
-
@metalsadman
this is not my first project
but now it’s not working -
@anasaw i’m not asking that, your dependencies are probably broken, try removing the cli globally and install it again. clear cache etc… usual node troubleshooting. saying it magically stop working without you doing nothing is not gonna help.
-
@metalsadman said in quasar: command not found:
removing the cli globally
npm uninstall -g @quasar/cli
npm cache clean --force
sudo npm install -g @quasar/cliif this is what you mean it’s still not working I know the problem, not from quasar but I don’t know how to solve this issue
-
thank you all problem solved successfully
$ npm link @quasar/cli
-