Reinstall still showing old versions of node being installed.
Alberts-MacBook-Pro:node-reinstall alwong$ ./node-reinstall.sh
Password:
Completely reinstalling Node, npm.
Will reinstall these global npm modules:
bower grunt-cli gulp yo
Would you like to continue running node-reinstall?
1) Yes
2) No
#? 1
=> Downloading nvm from git to '/Users/alwong/.nvm'
=> Cloning into '/Users/alwong/.nvm'...
remote: Counting objects: 4426, done.
remote: Total 4426 (delta 0), reused 0 (delta 0), pack-reused 4426
Receiving objects: 100% (4426/4426), 1.11 MiB | 0 bytes/s, done.
Resolving deltas: 100% (2601/2601), done.
Checking connectivity... done.
* (detached from v0.25.1)
master
=> Appending source string to /Users/alwong/.bash_profile
=> Close and reopen your terminal to start using nvm
######################################################################## 100.0%
Now using node v0.10.43 (npm v1.4.29)
default -> 0.10 (-> v0.10.43)
Reinstalling your global npm modules:
bower grunt-cli gulp yo
Continue?
1) Yes
2) No
#? yes
#? 1
npm WARN deprecated This version of npm lacks support for important features,
npm WARN deprecated such as scoped packages, offered by the primary npm
npm WARN deprecated registry. Consider upgrading to at least npm@2, if not the
npm WARN deprecated latest stable version. To upgrade to npm@2, run:
npm WARN deprecated
npm WARN deprecated npm -g install npm@latest-2
npm WARN deprecated
npm WARN deprecated To upgrade to the latest stable version, run:
npm WARN deprecated
npm WARN deprecated npm -g install npm@latest
npm WARN deprecated
npm WARN deprecated (Depending on how Node.js was installed on your system, you
npm WARN deprecated may need to prefix the preceding commands with `sudo`, or if
npm WARN deprecated on Windows, run them from an Administrator prompt.)
npm WARN deprecated
npm WARN deprecated If you're running the version of npm bundled with
npm WARN deprecated Node.js 0.10 LTS, be aware that the next version of 0.10 LTS
npm WARN deprecated will be bundled with a version of npm@2, which has some small
npm WARN deprecated backwards-incompatible changes made to `npm run-script` and
npm WARN deprecated semver behavior.
npm WARN engine yo@1.7.0: wanted: {"node":">=0.12.0"} (current: {"node":"0.10.43","npm":"1.4.29"})
npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm
npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
npm WARN engine deep-extend@0.4.1: wanted: {"node":">=0.12.0","iojs":">=1.0.0"} (current: {"node":"0.10.43","npm":"1.4.29"})
npm WARN engine deep-extend@0.4.1: wanted: {"node":">=0.12.0","iojs":">=1.0.0"} (current: {"node":"0.10.43","npm":"1.4.29"})
npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
/Users/alwong/.nvm/v0.10.43/bin/grunt -> /Users/alwong/.nvm/v0.10.43/lib/node_modules/grunt-cli/bin/grunt
npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
/Users/alwong/.nvm/v0.10.43/bin/bower -> /Users/alwong/.nvm/v0.10.43/lib/node_modules/bower/bin/bower
/Users/alwong/.nvm/v0.10.43/bin/yo -> /Users/alwong/.nvm/v0.10.43/lib/node_modules/yo/lib/cli.js
> yo@1.7.0 postinstall /Users/alwong/.nvm/v0.10.43/lib/node_modules/yo
> yodoctor
|
Yeoman Doctor
Running sanity checks on your system
✔ Global configuration file is valid
✔ No .bowerrc file in home directory
✔ NODE_PATH matches the npm root
✖ Node.js version
Your Node.js version is outdated.
Upgrade to the latest version: https://nodejs.org
✔ No .yo-rc.json file in home directory
✖ npm version
Your npm version is outdated.
Upgrade to the latest version by running:
npm install -g npm
Found potential issues on your machine :(