Notice
Recent Posts
Recent Comments
Link
«   2024/04   »
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
Archives
Today
Total
관리 메뉴

차근차근

[React Native] npm ERR! A complete log of this run can be found in: 본문

대학교/etc

[React Native] npm ERR! A complete log of this run can be found in:

SWKo 2020. 7. 22. 10:40

1. npm error

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! gql-apollo-react@1.0.0 start: `nodemon src/index.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the gql-apollo-react@1.0.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\KFL202007_2\AppData\Roaming\npm-cache\_logs\2020-07-22T01_29_57_683Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! myclothescoordinateapp@1.0.0 server: `cd server && npm start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the myclothescoordinateapp@1.0.0 server 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\KFL202007_2\AppData\Roaming\npm-cache\_logs\2020-07-22T01_29_57_939Z-debug.log
 

 


2. Solution

  • package-lock.json 삭제
  • npm install

 

Comments