

to be executed: node webpack/webpack-dev-server.js -debug-brk=65314 -expose_debug_as=v8debug bin/server.js -debug-brk=65314 -expose_debug_as=v8debug To debug the "dev" script, make sure the $NODE_DEBUG_OPTION string is specified as the first argument for the node command you'd like to debug. usr/local/bin/node /usr/local/lib/node_modules/npm/bin/npm-cli.js run dev webpack built dde6978d936d550fc11a in 25042msīut running npm run dev in debug mode always ends abruptly about 5 seconds after things seems to be up and running (note how there is no sign of Webpack outputting its builds). => 💻 Open in a browser to view the app. => ✅ Pick-ems is running, talking to API server on 3030. Override `debug.log` if you want to use a different log function () (node:73529) DeprecationWarning: `DEBUG_FD` is deprecated. (node:73530) DeprecationWarning: `DEBUG_FD` is deprecated. Set up a proper `_ENV` variable instead: it should be "production" for production, otherwise it assumes development. `.development()` method is now deprecated (for server-side instance only, not for webpack plugin instance) and has no effect.

(node:73526) DeprecationWarning: `DEBUG_FD` is deprecated. => 🚧 Webpack development server listening on port 3001 (node:73527) DeprecationWarning: `DEBUG_FD` is deprecated. to be executed: node webpack/webpack-dev-server.js running better-npm-run in /Users/jason/code/react/pickems > better-npm-run start-dev-api $NODE_DEBUG_OPTION > start-dev-api /Users/jason/code/react/pickems > better-npm-run start-dev $NODE_DEBUG_OPTION > start-dev /Users/jason/code/react/pickems > better-npm-run watch-client $NODE_DEBUG_OPTION > watch-client /Users/jason/code/react/pickems > concurrent -kill-others "npm run watch-client" "npm run start-dev" "npm run start-dev-api" Running the npm run dev config works fine in Webstorm: /usr/local/bin/node /usr/local/lib/node_modules/npm/bin/npm-cli.js run dev I can’t get debugging within Webstorm working either.
