Skip to content

Commit

Permalink
docs(NA): add node-gyp setup instructions to the contributing guide. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored Mar 14, 2020
1 parent 1017a46 commit a9add38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ Bootstrap Kibana and install all the dependencies
yarn kbn bootstrap
```

> Node.js native modules could be in use and node-gyp is the tool used to build them. There are tools you need to install per platform and python versions you need to be using. Please see https://github.com/nodejs/node-gyp#installation and follow the guide according your platform.
(You can also run `yarn kbn` to see the other available commands. For more info about this tool, see https://github.com/elastic/kibana/tree/master/packages/kbn-pm.)

Start elasticsearch from a nightly snapshot.
Expand Down

0 comments on commit a9add38

Please sign in to comment.