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”命令时依然报错

查看npm看到有个bcryptjs,在零依赖性的纯JavaScript中优化了bcrypt。 兼容“ bcrypt”。

npm install bcrypt报错...(已解决)

安装及使用方法如下:

npm install bcrypt报错...(已解决)

相关文章:

  • 2022-01-06
  • 2022-01-08
  • 2021-11-26
  • 2021-11-07
  • 2022-01-06
  • 2021-08-16
  • 2021-06-22
  • 2021-10-26
猜你喜欢
  • 2021-04-28
  • 2021-04-24
  • 2021-09-23
  • 2021-11-16
  • 2021-08-15
  • 2021-06-06
相关资源
相似解决方案