Error installing bcrypt with npm

后端 未结 17 2292
别那么骄傲
别那么骄傲 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:48

    if any of the above fails to work, do:

    npm install node-gyp
    

    Afterwards visit the official python download site Official Python download link

    Install the latest version of python, make sure to check add python to path

    After installation, do:

    npm --save install bcrypt
    

提交回复
热议问题