Replies: 1 comment 1 reply
-
It would be really useful if you could provide repo with a code so I can reproduce this on my side. I've been using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
Describe the bug
I've followed the first 5 steps of this tutorial,
info - Loaded env from /home/insightw/cms-art/.env.local
{ Error: spawn ENOMEM
at ChildProcess.spawn (internal/child_process.js:366:11)
at spawn (child_process.js:538:9)
at Object.fork (child_process.js:113:10)
at ChildProcessWorker.initialize (/home/insightw/cms-art/node_modules/jest-worker/build/workers/ChildProcessWorker.js:137:44)
at new ChildProcessWorker (/home/insightw/cms-art/node_modules/jest-worker/build/workers/ChildProcessWorker.js:127:10)
at WorkerPool.createWorker (/home/insightw/cms-art/node_modules/jest-worker/build/WorkerPool.js:44:12)
at new BaseWorkerPool (/home/insightw/cms-art/node_modules/jest-worker/build/base/BaseWorkerPool.js:82:27)
at new WorkerPool (/home/insightw/cms-art/node_modules/jest-worker/build/WorkerPool.js:30:1)
at new JestWorker (/home/insightw/cms-art/node_modules/jest-worker/build/index.js:131:26)
at new DevServer (/home/insightw/cms-art/node_modules/next/dist/server/next-dev-server.js:1:4580) errno: 'ENOMEM', code: 'ENOMEM', syscall: 'spawn' }
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] dev:
next
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! /home/insightw/.npm/_logs/2020-09-15T05_44_03_910Z-debug.log
To Reproduce
See above steps
Expected behavior
To receive an error/exit code of 0.
System information
Beta Was this translation helpful? Give feedback.
All reactions