Error installing bcrypt with npm

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

    Running

    sudo apt install build-essential
    

    installs all the tools you need to install bcrypt on Linux. Then you can run

    npm install
    

提交回复
热议问题