portenez commented on issue #12440:
URL: https://github.com/apache/superset/issues/12440#issuecomment-781406801


   For me, 
   
   superset_node starts building, but it always fails. 😢 😭 
   
   ```
   <s> [webpack.Progress] 57% building 399/439 modules 40 active 
/app/superset-frontend/node_modules/core-js-pure/modules/es.json.stringify.js
   events.js:291
   throw er; // Unhandled 'error' event
   
   ^
   
   
   Error: write EPIPE
   at afterWriteDispatched (internal/stream_base_commons.js:156:25)
   at writeGeneric (internal/stream_base_commons.js:147:3)
   at Socket._writeGeneric (net.js:787:11)
   at Socket._write (net.js:799:8)
   at doWrite (_stream_writable.js:403:12)
   at Socket.Writable.write (_stream_writable.js:318:11)
   at PoolWorker.writeJson 
(/app/superset-frontend/node_modules/thread-loader/dist/WorkerPool.js:89:22)
   at PoolWorker.run 
(/app/superset-frontend/node_modules/thread-loader/dist/WorkerPool.js:69:12)
   at WorkerPool.distributeJob 
(/app/superset-frontend/node_modules/thread-loader/dist/WorkerPool.js:326:20)
   at /app/superset-frontend/node_modules/async/queue.js:10:5
   at process 
(/app/superset-frontend/node_modules/async/internal/queue.js:164:17)
   at Immediate.<anonymous> 
(/app/superset-frontend/node_modules/async/internal/setImmediate.js:27:16)
   Emitted 'error' event on Socket instance at:
   at errorOrDestroy (internal/streams/destroy.js:108:12)
   at onwriteError (_stream_writable.js:418:5)
   at onwrite (_stream_writable.js:445:5)
   at internal/streams/destroy.js:50:7
   at Socket._destroy (net.js:680:5)
   at Socket.destroy (internal/streams/destroy.js:38:8)
   at afterWriteDispatched (internal/stream_base_commons.js:156:17)
   at writeGeneric (internal/stream_base_commons.js:147:3)
   
   [... lines matching original stack trace ...]
   
   at processImmediate (internal/timers.js:461:21) {
   errno: 'EPIPE',
   code: 'EPIPE',
   syscall: 'write'
   }
   
   npm ERR! code ELIFECYCLE
   npm ERR! errno 1
   npm ERR! [email protected] dev: `webpack --mode=development --colors --debug 
--watch`
   npm ERR! Exit status 1
   
   
   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! /root/.npm/_logs/2021-02-18T14_46_18_593Z-debug.log
   ```
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to