mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
added note to CONTRIBUTING.md about switch
This commit is contained in:
parent
faa1011bbd
commit
edc1734b3c
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@ Please make sure you have signed the [Contributor License Agreement](http://www.
|
|||
nvm install "$(cat .node-version)"
|
||||
```
|
||||
|
||||
- Install npm 3.2
|
||||
|
||||
```sh
|
||||
npm install -g npm@3.2
|
||||
```
|
||||
|
||||
- Install dependencies
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue