Hi there,
Encountered this problem,
at ChildProcess.<anonymous> (/root/.nvm/versions/node/v16.18.0/lib/node_modules/@edgio/cli/utils/run.js:31:16)
at ChildProcess.emit (node:events:513:28)
at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)
I’m using npm 9.6.5
, node v16.18.0
with Debian 11
.
Any clues?
Those versions look compatible, though I can’t confirm for Debian 11. Were you trying to install npm i -g @edgio/cli
when this failed or edgio init
on a project?
A more complete stack trace may offer some more insight.
Sorry for the delay, but just then when I ran edgio init
again, it completed successfully… Maybe npm install --ignore-scripts=false --foreground-scripts --verbose sharp
helped.