Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- git
- 크리스탈레포트그림
- 이미지누끼
- 크리스탈레포트이미지
- fcmwebpush
- JDBC
- 자료구조
- jdbc연결안됨
- 서블릿용어
- 게시판댓글
- 크리스탈리포트이미지삽입
- 타임존설정
- RequestBody
- @RunWith
- 스토리지기본
- 서버기본
- openaddressing
- ResponseBody
- Ajax
- 롬복
- 오라클오류
- 크리스탈레포트누끼
- lombok
- 추상클래스
- 타임존
- api문서만들기
- IT기본지식
- EC@
- import안될때
- 크리스탈리포트이미지
Archives
- Today
- Total
엠마의 개발공부일지
git clone받아서 다른컴퓨터에서 react 작업시작하기 본문
728x90
집에서 프로젝트 시작했고,
회사에서 git clone받아서 수정하고 싶은상황
문제
폴더만들어서 거기에 git clone받았더니 이런 에러가 뜬다
PS C:\Users\emma\Desktop\study\react\TOY1_dogfoodshoppingmall> npm start > coding_apple@0.1.0 start > react-scripts start node:internal/modules/cjs/loader:936 throw err; ^ Error: Cannot find module 'react' Require stack: - C:\Users\emma\AppData\Roaming\npm\node_modules\react-scripts\scripts\start.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Object.<anonymous> (C:\Users\emma\AppData\Roaming\npm\node_modules\react-scripts\scripts\start.js:43:31) at Module._compile (node:internal/modules/cjs/loader:1103:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1155:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12) at node:internal/main/run_main_module:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [ 'C:\\Users\\emma\\AppData\\Roaming\\npm\\node_modules\\react-scripts\\scripts\\start.js' ] } |
해결방법
clone을 다 받은상태에서 npm install 명령어를 실행해 줘야 package-json module이 업데이트 됨
그런다음 npm start해보면 잘 실행됨
728x90
'Stack > 대환장 오류 모음집' 카테고리의 다른 글
JSP파일에서 JDBC연결이 안될 때 (0) | 2022.11.15 |
---|---|
@RunWith가 import안될 때 (0) | 2021.02.02 |
[인텔리제이오류]Execution failed for task ':test'. (0) | 2021.01.23 |
"ajax 400에러" 원인과 해결방법 (Failed to load resource: the server responded with a status of 400() (0) | 2021.01.08 |
[이클립스 에러] A java runtime environment (jre) or java development kit (jdk) must be available in order.. (0) | 2020.12.15 |
Comments