You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
1: node::DecodeWrite
2: node_module_register
3: v8::internal::FatalProcessOutOfMemory
4: v8::internal::FatalProcessOutOfMemory
5: v8::internal::Heap::MaxHeapGrowingFactor
6: v8::internal::Factory::NewRawTwoByteString
7: v8::internal::Smi::SmiPrint
8: unibrow::Utf8DecoderBase::WriteUtf16Slow
9: v8::String::WriteUtf8
10: std::basic_ostream<char,std::char_traits<char> >::basic_ostream<char,std::char_traits<char> >
11: node::Buffer::New
12: node::Buffer::New
13: 0000008548B56BA0
npm ERR! code ELIFECYCLE
npm ERR! errno 134
npm ERR! [email protected] dev: `webpack-dev-server --inline --progress --config build/webpack.dev.conf.js`
npm ERR! Exit status 134
npm ERR!
npm ERR! Failed at the [email protected] dev 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\hjzsj\AppData\Roaming\npm-cache\_logs\2018-05-24T14_47_06_072Z-debug.log
Process finished with exit code 134
在执行
npm run dev
后,内存占用会持续上升,一般在十次左右的编译后会出现heap out of memory
错误而退出。目前暂未定位问题,暂时解决方法是在出错后重新进行
npm run dev
。特此告知,也欢迎协助解决问题。带来的不便望谅解。
The text was updated successfully, but these errors were encountered: