Tip
Whenever a new version of ember is released, I go through the update process as described in the release description. Once done with all the steps, I always want to update the rest of my bower and node packages which is a manual process.
That’s until I discovered this great npm package – npm-check-update. Simply install it globally with
1 |
npm install -g npm-check-updates |
Then run
1 |
ncu |
in your root folder and it will show you any available updates.
If you want to upgrade simply run
1 |
ncu -u |
You can do the same for bower by running
1 |
ncu -m bower |
to check for updates and
1 |
ncu -u -m bower |
to upgrade them.
Credits & Links
Thanks Tomas for npm-check-updates at https://github.com/tjunnone/npm-check-updates
Rock and Roll with Ember 1k Customers
My buddy the Ember rockstar Balint is celebrating 1000 customers for his book, Rock and Roll with Ember.js, he launched an amazing giveaway athttps://gleam.io/oi3Hc/rock-and-roll-with-ember-1k-customers-giveaway – check it out for your chance to win 5 programming books and other cool prizes.
Share Your Expertise
Let us know if you have a good ember tip (you will get full credit)
If you are enjoying my daily tips please spread the word with this one-click tweet.
If you do NOT like the tips then please reply to this email and let me know how I can improve them.