更新node gyp

This commit is contained in:
whyour 2022-01-08 22:19:21 +08:00
parent 738b0f9a4a
commit 27a871e537
2 changed files with 3 additions and 1 deletions

View File

@ -40,6 +40,8 @@ RUN set -x \
&& chmod 777 ${QL_DIR}/shell/*.sh \
&& chmod 777 ${QL_DIR}/docker/*.sh \
&& npm install -g pnpm \
&& npm install -g node-gyp \
&& npm install -g @mapbox/node-pre-gyp \
&& pnpm install -g pm2 \
&& pnpm install -g ts-node typescript tslib \
&& rm -rf /root/.npm \

View File

@ -86,7 +86,7 @@
"compression-webpack-plugin": "6.1.1",
"darkreader": "^4.9.27",
"lint-staged": "^10.0.7",
"node-pre-gyp": "0.12.0",
"@mapbox/node-pre-gyp": "1.0.8",
"nodemon": "^2.0.4",
"prettier": "^2.2.0",
"qrcode.react": "^1.0.1",