Aborting installation. npm install --no-audit --save --save-exact --loglevel error react react-dom react-scripts cra-template-typescript has failed.
npm -v
npm view react version
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
를 사용하면 된다.