When I'm trying to build a nodejs project with pnpm run build:node
, it failed with the error:
uncaughtException [Error: spawn /usr/local/devil/node20/bin/node EAGAIN] {
errno: -35,
code: 'EAGAIN',
syscall: 'spawn /usr/local/devil/node20/bin/node',
path: '/usr/local/devil/node20/bin/node',
spawnargs: [Array]
}
ELIFECYCLE Command failed with exit code 1.
What should I do to solve it?