오류가발생합니다.
1206
10 asked
There might be a problem with the project dependency tree.
It is likely not a bug in Create React App, but something you need to fix locally.
The react-scripts package provided by Create React App requires a dependency:
"babel-loader": "8.1.0"
Don't try to install it manually: your package manager does it automatically.
However, a different version of babel-loader was detected higher up in the tree:
/Users/hyunjunkim/Documents/blog/node_modules/babel-loader (version: 8.2.1)
Manually installing incompatible versions is known to cause hard-to-debug issues.
If you would prefer to ignore this check, add SKIP_PREFLIGHT_CHECK=true to an .env file in your project.
That will permanently disable this message but you might encounter other issues.
To fix the dependency tree, try following the steps below in the exact order:
1. Delete package-lock.json (not package.json!) and/or yarn.lock in your project folder.
2. Delete node_modules in your project folder.
3. Remove "babel-loader" from dependencies and/or devDependencies in the package.json file in your project folder.
4. Run npm install or yarn, depending on the package manager you use.
In most cases, this should be enough to fix the problem.
If this has not helped, there are a few other things you can try:
5. If you used npm, install yarn (http://yarnpkg.com/) and repeat the above steps with it instead.
This may help because npm has known issues with package hoisting which may get resolved in future versions.
6. Check if /Users/hyunjunkim/Documents/blog/node_modules/babel-loader is outside your project directory.
For example, you might have accidentally installed something in your home folder.
7. Try running npm ls babel-loader in your project folder.
This will tell you which other package (apart from the expected react-scripts) installed babel-loader.
If nothing else helps, add SKIP_PREFLIGHT_CHECK=true to an .env file in your project.
리액트를 client에 작성시 위와같은 오류가발생하고.. 순서대로했는데도 오류가발생합니다..
Answer 8
2
server폴더에 node_modules삭제하고, pacakge-lock-json삭제, package-json에서 바벨로더삭제후 client npm start하니 실행됩니다. 다시 server에가서 packagejson에 바벨로더 넣어주고 npm install로 설치해주었습니다.
1
1. package-lock.json 삭제(또는 yarn.lock 삭제)
2. node_modulesvhfej tkrwp
3. babel-loader를 package.json에서 일단 삭제
4. npm install로 다시 설치
순서대로 작성하셨는데도 해당 메시지가 나온다면, 혹시 babel-loader를 client폴더가 아닌 루트폴더에 설치를 한건 아닌지 체크 해보시기 바랍니다.
0
에러에도 나오듯이 사전에 체크를 안하고 넘어가는 설정입니다. 단순히 체크를 무시하는 것으로 결과적으로는 일단 문제 덮고 넘어가자는 말로... 궁극적인 해결책은 아닙니다.
npm run dev-watch 오류
0
76
1
npm i react-redex redux-saga react-router-dom connected-react-router bootstrap reactstrap dotenv 명령어 설치하면 에러날까요?
0
439
1
mongodb 자세히 알고 싶습니다
0
264
1
강의 듣으면서...포스트 맨도 안됩니다
0
246
1
혹시 gatsby 생성하는 명령어 하는지 알고 싶습니다
0
274
1
webpack 설정 문제입니다.
0
309
1
Category관련 질문
0
232
1
https://www.ssaple.net/ 블로그 접속이 되질 않아요.
0
311
1
리액트 버전 오류 나시는 분들 참고
0
481
1
react 18버전에서의 connected-react-router 가 설치가안됩니다
0
1069
1
jwt.sign() 에서의 질문입니다.
0
207
1
ssaple.net 접속이 안됩니다.
0
367
1
Media(Video) 파일 첨부관련 질문
0
296
1
페이지 Link를 이용한 페이지 이동이 안됩니다
0
337
1
webpack.config.js 설정
0
832
1
몽고db 사이트가 많이 바뀌어서
0
343
1
선생님 req에 아무것도 안들어오는데 혹시 뭐가문제일까요 ?
0
301
1
안녕하세요 강의 잘 보고 있습니다 질문 하나 있는데요 ..
0
1585
1
그대로 따라하였고 하루종일 reboot하는데 되지않습니다..
0
212
1
Encountered two children with the same key 에러..
0
865
1
강사님 redux에러 질문이요
1
243
2
선생님 왜 저는 백날해도 collapse 내용이 link아래로 갈까요?
0
349
2
postDetail scss 문제
0
233
3
강사님 포스트 디테일 부분을 똑같이 작성하였는데 이런 오류가 나서 도저히 방법을 모르겠습니다 ㅠㅠ
0
211
1

