[react-native] node_modules 가 없을 때 해결 방법

단셰·2022년 8월 11일
2

issues

목록 보기
1/2

react native로 front 작업을 하려는데
다른 사람의 파일을 받아서 수정하려다보니 node_modules가 없었다.

여러가지 찾아보면서 알아낸 점!


✔️ package.json 파일이 없을 경우
$ npm init

✔️ node_modules 파일이 없을 경우
$ npm install express

짠! 이렇게 하니 파일이 생겼음!

profile
Happy Hacking!

0개의 댓글