简体   繁体   English

面临 bcrypt 模块的问题

[英]Facing issue with bcrypt module

We are trying to set up a project on node version 12, but we got an error of bcrypt module.我们正在尝试在节点版本 12 上设置一个项目,但是我们收到了 bcrypt 模块的错误。 We try all solutions on stack overflow and other site but not able to resolve.我们尝试了堆栈溢出和其他站点上的所有解决方案,但无法解决。在此处输入图片说明

This shows that module bcrypt is missing in node_modules.这表明 node_modules 中缺少模块 bcrypt。

npm install bcrypt

If you have not installed any node_modules, do this如果您尚未安装任何 node_modules,请执行此操作

npm install 

To check you may check node_modules folder in your directory structure.要检查,您可以检查目录结构中的 node_modules 文件夹。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM