This repository was archived by the owner on May 1, 2020. It is now read-only.
This repository was archived by the owner on May 1, 2020. It is now read-only.
ionic serve crashes on file change (>= 0.0.47) #535
Closed
Description
initial build works fine. as soon as i change a code file i puts out "build started ..." and immediately after that:
(node:23058) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Cannot read property 'send' of undefined
(node:23058) 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.
After that i halts there, doing nothing else. The watcher still runs, subsequent file changes result in the same behaviour.
This issue appeared right after i updated from 0.0.46 to 0.0.47
I run Node 7 if that matters.