mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
2cc7c8432f
When trying to run ``` deno run -A --unstable npm:astro dev ``` in my Astro project it fails with: ``` Node.js v18.12.1 is not supported by Astro! Please upgrade Node.js to a supported version: ">=18.14.1" ``` My current version is: ``` ~ ❯ node --version v20.5.1 ``` Bumping the version to the latest stable Release of node in `ext/node/polyfills/_process/process.ts` fixes this. I don't know if this causes any conflicts, so please feel free to correct me here. |
||
---|---|---|
.. | ||
exiting.ts | ||
process.ts | ||
streams.mjs |