BackEnd/PHP
[ Npm Error ] 에러 해결 npm : Depends: node-gyp (>= 3.6.2~) but it is not going to be installed
SangHoonE
2021. 10. 26. 18:02
npm : Depends: node-gyp (>= 3.6.2~) but it is not going to be installed
I did the following steps: git clone https://github.com/nibtehaz/NORTH-app.git curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - sudo apt-get install -y nodejs npm install # which cau...
stackoverflow.com
Ubuntu(우분투) 20.0.4 LTS 이상 이신분들
sudo apt install libssl1.1=1.1.1f-1ubuntu2
sudo apt install npm
npm -v
npm install
로 해결 가능합니다.
이상입니다.
반응형