Skip to content
Yash edited this page Nov 23, 2015 · 1 revision

#flintandsteel wiki

Checking for the right version of node and npm

  1. Run node --version to make sure it comes back with something close to 4.2.2. If the version is higher, you should be okay but should bring up any issues that you encounter. If the version is lower, upgrade by installing the LTS version off of the node website.
  2. Make sure npm is up to date as well. Run npm --version and it should come back with something like 3.4.x. If it doesn't, run npm install -g npm and let npm update itself. After that process is done, run npm --version again to verify.

The automated builds are run against node 4.2.2 and the latest npm version.

Clone this wiki locally