Error installing bcrypt with npm

后端 未结 17 2260
别那么骄傲
别那么骄傲 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 15:11

    I just ran the following then tried the install and it worked:

    npm install node-pre-gyp -g
    

提交回复
热议问题