Update README.md

Added instructions to install n for node version management
This commit is contained in:
Rebecca Law
2016-01-06 11:14:04 +00:00
parent 3cbaa00930
commit 43a423b027

View File

@@ -27,6 +27,12 @@ Node's package management tool.
brew install node brew install node
``` ```
n is a tool for managing different versions of node. The following installs n and uses the latest version of node.
npm install -g n
n latest
npm rebuild node-sass
Most of the frontend dependencies are managed using Git Submodules. Some are Most of the frontend dependencies are managed using Git Submodules. Some are
managed with NPM and Bower. To install or update *all the things*, run managed with NPM and Bower. To install or update *all the things*, run
```shell ```shell