인프런 커뮤니티 질문&답변
npm run start 에러 납니다.
작성
·
681
0
client@0.1.0 start C:\Users\LG\OneDrive\바탕 화면\blog\client > react-scripts start Failed to compile. Compiling... C:\Users\LG\OneDrive\바탕 화면\blog\client\node_modules\react-scripts\scripts\start.js:19 throw err; ^ [Error: ENOENT: no such file or directory, stat 'C:\Users\All Users'] { errno: -4058, code: 'ENOENT', syscall: 'stat', path: 'C:\\Users\\All Users' } npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! client@0.1.0 start: `react-scripts start` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the client@0.1.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\LG\AppData\Roaming\npm-cache\_logs\2021-07-15T01_15_27_731Z-debug.log
이런식으로 run 시켰을때 에러가 납니다 그전에
import 하기전엔 되는거 확인 했는데ㅠ
퀴즈
59%나 틀려요. 한번 도전해보세요!
대규모 React 애플리케이션에서 Redux를 사용하는 주된 이유는 무엇일까요?
컴포넌트의 스타일링을 위해서
애플리케이션의 전역 상태 관리를 중앙화하기 위해서
사용자 인증 속도를 높이기 위해서
데이터베이스 연결을 직접 처리하기 위해서




