npx create-react-app context-practice
npm ERR! code ERR_SSL_CIPHER_OPERATION_FAILED
npm ERR! E4060000:error:1C800066:Provider routines:ossl_gcm_stream_update:cipher operation failed:c:\ws\deps\openssl\openssl\providers\implementations\ciphers\ciphercommon_gcm.c:312:
npm ERR!
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\이소연\AppData\Local\npm-cache\_logs\2022-04-21T18_34_58_323Z-debug-0.log
npm install --no-audit --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed.
강제로 캐시를 지우고 @sap/cds-dk(애플리케이션 프로그래밍 모델)를 설치한다.
npm cache clear --force
npm i -g @sap/cds-dk
npx create-react-app appName