Skip to content

Instantly share code, notes, and snippets.

@vnegrisolo
Last active September 3, 2016 14:51
Show Gist options
  • Save vnegrisolo/07b2d59ca4f93e649b56573a7d57eb5f to your computer and use it in GitHub Desktop.
Save vnegrisolo/07b2d59ca4f93e649b56573a7d57eb5f to your computer and use it in GitHub Desktop.
How to update ember, ember-data, npm packages and bower packages
# https://www.npmjs.com/package/npm-check-updates
bower install --save ember#release
npm install --save-dev emberjs/data#release
npm outdated
ncu
ncu -a
ncu -u
npm install
npm outdated
bower list
ncu -m bower
ncu -m bower -a
ncu -m bower -u
bower install
bower list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment