Gazreyn
05/18/2023, 10:09 AMnpm create cloudflare
. I selected the nuxt template but have also tried with next.js too. npm run pages:deploy
seems to work no problem.
However, when I try to use the other available command, npm run pages:dev
I get an error in console and it fails.
bash
/home/<username>/code/<project>/node_modules/wrangler/wrangler-dist/cli.js:30632
throw a;
^
Error: write EPIPE
at afterWriteDispatched (node:internal/stream_base_commons:160:15)
at writeGeneric (node:internal/stream_base_commons:151:3)
at Socket._writeGeneric (node:net:930:11)
Relevant info is that Node version is 18.16.0
- This is using WSL2 on Windows 11.Better James
05/18/2023, 10:21 AMBetter James
05/18/2023, 10:22 AMGazreyn
05/18/2023, 10:28 AM