diff --git a/README.md b/README.md index 631b5433..08ddd92e 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ const npminstall = require('npminstall'); - [x] All platform support - [x] global install (`-g, --global`) - [x] `preinstall`, `install`, `postinstall` scripts -- [x] node-gyp +- [x] node-gyp@9, only support Python@3 - [x] node-pre-gyp - [x] bin (yo@1.6.0, fsevents@1.0.6) - [x] scoped package @@ -317,4 +317,4 @@ npm i babel-preset-es2015 browserify chalk debug minimist mkdirp This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Mon Mar 21 2022 17:06:36 GMT+0800`. - \ No newline at end of file + diff --git a/package.json b/package.json index f0230495..5e0858dd 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "ms": "^2.1.1", "mz": "^2.7.0", "mz-modules": "^2.1.0", - "node-gyp": "^4.0.0", + "node-gyp": "^9.0.0", "node-homedir": "^1.1.1", "normalize-package-data": "^2.5.0", "npm-normalize-package-bin": "^1.0.1",