본문 바로가기
Dev

appTsConfig.compilerOptions[option] = value; when build error

by memory-log 2021. 3. 9.

react-scripts 4.0.0 -> 4.0.1

error

react-scripts/scripts/utils/verifyTypeScriptSetup.js

appTsConfig.compilerOptions[option] = value;

 

solution

npm i react-scripts@4.0.1

 

 

.eslintcache constantly generated · Issue #10161 · facebook/create-react-app

Is there a way of disabling .eslintcache generation? I'm struggling to find the answer in the documentation.

github.com

 

댓글