Error installing bcrypt with npm

后端 未结 17 2268
别那么骄傲
别那么骄傲 2020-11-27 14:20

I\'m unable to install bcrypt using npm on my machine because I encounter the following errors. I have been troubleshooting the issue without much luck. Can you

17条回答
  •  余生分开走
    2020-11-27 14:47

    I installed bcrypt-nodejs though it's already deprecated, and then removed it and installed bcrypt again. Like this, I Installed bcrypt successfully and it worked fine.

    yarn add bcrypt-nodejs
    yarn remove bcrypt-nodejs
    yarn add bcrypt 
    

提交回复
热议问题