Downgrade Quasar CLI NPM Commands #13277
Unanswered
susansiow
asked this question in
CLI - BEX mode
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to this thread, Quasar CLI can be downgraded with these commands >
npm uninstall -g quasar-cli; npm install -g quasar-cli@[version number]
. If fact, is running one command sufficient -npm install -g quasar-cli@[version number]
or both commands is better?Beta Was this translation helpful? Give feedback.
All reactions