Skip to content

Instantly share code, notes, and snippets.

@forgotpw1
Last active February 23, 2018 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save forgotpw1/0dd4df2674a2f302fb0b3ffb3d1fb5df to your computer and use it in GitHub Desktop.
Save forgotpw1/0dd4df2674a2f302fb0b3ffb3d1fb5df to your computer and use it in GitHub Desktop.
Upgrading quasar framework - Maintaining old quasar-cli on upgrades
Install the 0.14-compatible quasar-cli as a dev dependency in your legacy project:
npm install --save-dev quasar-cli@0.6.5
this will place the legacy cli in your project node_modules
to run quasar for your project:
npx quasar dev etc
npx is a wrapper that runs ./node_modules/.bin/quasar
source: steveclarke @ quasar discourse channel 2.23.2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment