mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-10 07:03:12 -05:00
node requires brew to install
This commit is contained in:
@@ -15,10 +15,19 @@ GOV.UK Notify admin application.
|
||||
|
||||
## First-time setup
|
||||
|
||||
Brew is a package manager for OSX. The following command installs brew:
|
||||
```shell
|
||||
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||
```
|
||||
|
||||
Languages needed
|
||||
- Python 3.4
|
||||
- [Node](https://nodejs.org/) 5.0.0 or greater
|
||||
- [npm](https://www.npmjs.com/) 3.0.0 or greater
|
||||
```shell
|
||||
brew install node
|
||||
```
|
||||
|
||||
|
||||
[NPM](npmjs.org) is Node's package management tool. `n` is a tool for managing
|
||||
different versions of Node. The following installs `n` and uses the latest
|
||||
|
||||
Reference in New Issue
Block a user