Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steveclarke/d7412ee4d38b712c8226b156d1260354 to your computer and use it in GitHub Desktop.
Save steveclarke/d7412ee4d38b712c8226b156d1260354 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