SW
[React Native] npm ERR! A complete log of this run can be found in: 본문
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
'대학교 > etc' 카테고리의 다른 글
MSA (Micro Service Architecture) (0) | 2020.07.30 |
---|---|
[GraphQL] Error: Cannot use GraphQLSchema "[object GraphQLSchema]" from another module or realm. (0) | 2020.07.22 |
[JS] spread operator(...) : Unexpected token (0) | 2020.07.20 |
네이버 API (0) | 2020.04.06 |
AWS 프리티어 요금 발생 (0) | 2020.04.05 |
Comments