"node node_modules/webpack/bin/webpack.js --env.prod" running endlessly. #356

Closed
opened 2025-08-09 17:15:58 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @davidmorissette on 10/18/2017

Is there a way to know what is going on when the command "node node_modules/webpack/bin/webpack.js --env.prod" is running endlessly? There is no more output, it just keep executing.

Thank you!

npm install
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

added 114 packages in 19.424s
node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js --env.prod
Hash: acd1b729a153cd03aedf
Version: webpack 2.5.1
Child
    Hash: acd1b729a153cd03aedf
    Time: 2531ms
        Asset     Size  Chunks             Chunk Names
    vendor.js  69.7 kB       0  [emitted]  vendor
node node_modules/webpack/bin/webpack.js --env.prod
*Originally created by @davidmorissette on 10/18/2017* Is there a way to know what is going on when the command "**node node_modules/webpack/bin/webpack.js --env.prod**" is running endlessly? There is no more output, it just keep executing. Thank you! ``` npm install npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) added 114 packages in 19.424s node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js --env.prod Hash: acd1b729a153cd03aedf Version: webpack 2.5.1 Child Hash: acd1b729a153cd03aedf Time: 2531ms Asset Size Chunks Chunk Names vendor.js 69.7 kB 0 [emitted] vendor node node_modules/webpack/bin/webpack.js --env.prod ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#356
No description provided.