React ch01

줍줍·2023년 5월 9일
0

React

목록 보기
1/3
post-thumbnail

error

Aborting installation. npm install --no-audit --save --save-exact --loglevel error react react-dom react-scripts cra-template-typescript has failed.

  • npm의 version 확인해봤지만 이상 없었다.!

npm의 version, react의 version 확인

npm -v
npm view react version

solution

npm cache clean --force

이걸 실행했지만 npm WARN using --force Recommended protections disabled.이렇게 나왔다.

해결 방법은 stackoverflow에 나와있었다.

PS C:\code>  npm cache clean --force
npm WARN using --force Recommended protections disabled.
PS C:\code> npm cache verify
Cache verified and compressed (~\AppData\Local\npm-cache\_cacache)
Content verified: 0 (0 bytes)
Index entries: 0
Finished in 0.008s
PS C:\code>

npm cache verify를 사용하면 된다.

출처 https://stackoverflow.com/questions/70180990/getting-npm-warn-using-force-recommended-protections-disabled

profile
쉽게 설명하지 못하면 이해 못한 것

0개의 댓글