관리 메뉴

SW

[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