I'm trying to update ember-cli (and then ember in my projects) following these instructions:
https://github.com/ember-cli/ember-cli/releases
and
http://emberigniter.com/update-latest-ember-data-cli/
which tells me to do:
npm uninstall -g ember-cli
npm cache clean
bower cache clean
npm install -g [email protected]
This is finishing without errors. I just got a warning:
npm WARN deprecated [email protected]: This package has been discontinued...
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will 0.0 as soon as...
When I then do a
ember -v
afterwards I still get
version: 1.13.7
node: 4.2.1
npm: 2.13.3
os: win32 x64 // win10
Any suggestions why I cant get ember-cli updated?