halofe
halofe
The command succeed after `sudo -i` ``` ➜ ~ pm2 startup [PM2] Init System found: systemd [PM2] To setup the Startup Script, copy/paste the following command: sudo env PATH=$PATH:/home/ubuntu/.volta/tools/image/node/21.1.0/bin /home/ubuntu/.volta/tools/image/packages/pm2/lib/node_modules/pm2/bin/pm2...
> How odd! Can you share the results of running with `RUST_BACKTRACE=1`, as the error output indicates? That will help us see why it's going wrong that way. Tried with...
node v16.14.0 "node-fetch": "^3.2.10" ```js import fetch from "node-fetch" async function req(url) { const resp = await fetch(url, { highWaterMark: 101024 * 1024 }).then(x => x.clone()) console.log(url, await resp.text()) }...