2017-12-20 13 views
1

새로 고침 후 실패한으로 게재 나는 다음 오류로 ionic serve 정지를로드 프로젝트 실행되지만 처음 후에 ionic serve을 수행 할 때이온 내가 현재 <code>Ionic 3</code> 프로젝트에 참여하고있어

(node:487) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error [ERR_IPC_CHANNEL_CLOSED]: channel closed (node:487) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

그리고 하나 더 때로는 오류 :

[10:03:47] lint finished in 18.51 s events.js:182 throw er; // Unhandled 'error' event ^

Error: read ECONNRESET at exports._errnoException (util.js:1026:11) at TCP.onread (net.js:607:25)

내 NPM 버전이 5.6.0

Update: considering this issue I've considered downgrading my npm version to 5.2 but the error still presists

입니다

답변

2

어떻게 든 문제가 해결되었습니다. 해결 방법을 모르지만 여기에 제 발걸음이 있습니다.

먼저 파일을 사용하여 node modules 폴더를 제거했습니다.

remove ./node_modules/ws folder 
run $ npm install [email protected] 

issue helped me 이것은 임시 솔루션 일 수 있지만 도움이 되길 바랍니다. 짧은 메모 : 나는 이미 npm을 다운 그레이드 했으므로 요구 사항도 마찬가지 일 수 있습니다.