FRONT/리액트네이티브

에러정리...

혀니리리 2021. 7. 25. 22:02
728x90

한게없다.

.....

카메라 설치하고싶었는데.. 왤케 어렵고 오류가 많고 하는지... 진짜 짜증나서...

8시간동안 개 헛짓거리해서 다시 원점..

에러 정리나 하겠다.

 

1. vscode 에서 편집이 안된다

=> choco install sudo

-> sudo code로 코드실행해라..

 

2.Ensure that metro is running

=> npm run android 해라.

 

3.metro (the local dev server) is run from the wrong folder.

=>아마 MainActivity 코드내용등이 잘못된 것일 가능성..

 

4.could not be found within the project or in these directories: node_modules

=>아마 내가 쓰려고 하는 모듈이 포함이 안되어있는 것일듯..?

yarn add 모듈이름

rmdir /q/s "./node_modules"

yarn install

yarn start --reset-cache

npm run android

 

나는 이런 순서대로 해서 성공했는데 왜이런지는 아직도 잘 모르겠음...빡침 고냥..

 

추가로 npm install로 하면 너무 느려서 홧병날수있음 . 그시간에 npm install yarn해서 yarn add 뭐뭐 하는것이 훨씬 빠르다.

728x90