mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-04 18:32:33 -05:00
Update README.md
Added instructions to install n for node version management
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user