Skip to content

Commit

Permalink
docs(NA): add node-gyp setup instructions to the contributing guide. (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 13, 2020
1 parent 85c2dcf commit 5d85392
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 @@ -171,6 +171,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 5d85392

Please sign in to comment.