mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -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
|
||||
```
|
||||
|
||||
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
|
||||
managed with NPM and Bower. To install or update *all the things*, run
|
||||
```shell
|
||||
|
||||
Reference in New Issue
Block a user