npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! myapp@1.0.0 dev:h5: npm run build:h5 -- --watch
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the myapp@1.0.0 dev:h5 script.
npm ERR! This is probably not a problem with npm. There is likely additiona
ging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! D:\nodejs\node_cache_logs\2019-04-08T08_47_59_572Z-debug.log
npm run dev:h5报错解决办法,打开任务管理器,杀死进程所有node.exe
然后再run 一次就成功了。