Merge pull request #254 from tnguyen14/update-hacking-npm-install

update instruction to use npx
This commit is contained in:
Eugene Pankov
2017-12-01 15:42:02 +01:00
committed by GitHub

View File

@@ -10,14 +10,13 @@ First, install the dependencies:
```
# macOS/Linux:
sudo npm -g install yarn node-gyp
yarn install
npm install
./scripts/install-deps.js
./scripts/build-native.js
# Windows:
npm -g install yarn node-gyp windows-build-tools
yarn install
npm -g install windows-build-tools
npm install
node scripts\install-deps.js
node scripts\build-native.js
```