-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Yash edited this page Nov 23, 2015
·
1 revision
#flintandsteel wiki
- Run
node --version
to make sure it comes back with something close to4.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. - Make sure npm is up to date as well. Run
npm --version
and it should come back with something like3.4.x
. If it doesn't, runnpm install -g npm
and let npm update itself. After that process is done, runnpm --version
again to verify.
The automated builds are run against node 4.2.2 and the latest npm version.