node.js

[node.js] npm WARN using --force Recommended protections disabled. 에러 해결

Let it out 2024. 1. 31. 21:49

npm WARN using --force Recommended protections disabled.  에러

아래 명령어 실행

npm cache clean --force

 

에러가 발생한다.

npm WARN using --force Recommended protections disabled.

 


해결

아래 구문으로 캐시 클리어

npm cache verify

 

잘된다.

반응형