node-gyp icon indicating copy to clipboard operation
node-gyp copied to clipboard

Node.js native addon build tool

Results 228 node-gyp issues
Sort by recently updated
recently updated
newest added

##### 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...

Windows

##### 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...

##### 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 -...