Module build failed: Error: spawn Unknown system error -8
at _errnoException (util.js:1024:11)
at ChildProcess.spawn (internal/child_process.js:323:11)
at Object.exports.spawn (child_process.js:502:9)
at module.exports (/app/node_modules/execa/index.js:139:26)
at fsP.writeFile.then (/app/node_modules/exec-buffer/index.js:35:15)
Pretty outdated, but if anyone else stumbles on this by googling for similar errors; Make sure you are not copying node_modules from your host to the docker container in your Dockerfile.
Hello, I have this error
dockerizing with this configuration:
In my local machine works perfect!!