node-gyp
node-gyp copied to clipboard
Node.js native addon build tool
##### Checklist - [x] `npm install && npm test` passes - [ ] tests are included - [x] commit message follows [commit guidelines](https://github.com/googleapis/release-please#how-should-i-write-my-commits) ##### Description of change Before this fix,...
##### Checklist - [x] `npm install && npm test` passes - [ ] tests are included - [ ] documentation is changed or added - [x] commit message follows [commit...
##### Checklist - [x] `npm install && npm test` passes - [x] tests are included - [x] documentation is changed or added - [x] commit message follows [commit guidelines](https://github.com/googleapis/release-please#how-should-i-write-my-commits) #####...
It's just dependency updating. There are no breaking changes, `glob@8` just doesn't support `node < 10` more: https://github.com/isaacs/node-glob/blob/main/changelog.md#80
- [x] `npm install && npm test` passes - [x] tests are included - [ ] documentation is changed or added - [x] commit message follows [commit guidelines](https://github.com/googleapis/release-please#how-should-i-write-my-commits) ##### Description...
Related PR: #2626
##### Checklist - [x] `npm install && npm test` passes - [ ] tests are included - [ ] documentation is changed or added - [x] commit message follows [commit...
##### Description of change Added missing formattings to keep the README.md more clear
space between -- and npm_config_global cause the following error: ``` 'npm_config_global' is not recognized as an internal or external command, ``` ##### Checklist - [ ] `npm install && npm...
Added **Visual Studio Build Tools 2017** link as suggested for Windows. > Launch cmd, ```npm config set msvs_version 2017``` ##### Checklist - [x] `npm install && npm test` passes -...