bcrypt 依赖环境
1.python2.x
2.node-gyp
npm i -g node-gyp
3.windows-build-tools (Windows环境)
npm i -g --production windows-build-tools
4.bcrypt
npm i bcrypt
在确保bcrypt 依赖环境都做好了之后,我在power shell中运行“ npm install bcrypt”命令时依然报错
bcrypt 依赖环境
1.python2.x
2.node-gyp
npm i -g node-gyp
3.windows-build-tools (Windows环境)
npm i -g --production windows-build-tools
4.bcrypt
npm i bcrypt
在确保bcrypt 依赖环境都做好了之后,我在power shell中运行“ npm install bcrypt”命令时依然报错
相关文章: