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
Actually I am using node webpack-server.js to run webpack server
but after installing webpack-dashboard plugin I am running the command
npm run start-webpack
If that doesn't resolve the issue, please see if you can put together a minimal repository with install + error reproduction steps so that we can jump in and reproduce your issue. Thanks!
ISSUE:
"scripts": {
"make-dll": "webpack -p --config webpack.dll.config.js --progress --profile --mode production",
"start": "node bin/www",
"start-webpack": "webpack-dashboard -- node webpack-server.js",
"build": "webpack --config webpack.prod.config.js --progress --profile ",
"webpack": "node --max-old-space-size=12288 node_modules/webpack/bin/webpack.js"
},
====================================================================
ERROR:
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
1: node_module_register
2: v8::internal::FatalProcessOutOfMemory
3: v8::internal::FatalProcessOutOfMemory
4: v8::internal::Factory::NewRawTwoByteString
==============================================================
webpack-dev.config.js
More Details
echo $TERM
?The text was updated successfully, but these errors were encountered: