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 13, 2020
1 parent 88f3728 commit 050b629
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 @@ -170,6 +170,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.)

#### Increase node.js heap size
Expand Down

0 comments on commit 050b629

Please sign in to comment.