#(node2210) ExperimentalWarning The Fetch API...

2 messages · Page 1 of 1 (latest)

trail kayak
#

Hi, I just installed nuxt3 and run npm run dev.

It throws up some experimental node warnings in the terminal:

ℹ Vite client warmed up in 1069ms
✔ Nitro built in 309 ms
(node:2210) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)

Is this normal?

Reproduction:

  1. Install nuxt
npx nuxi init nuxt-app
  1. Run nuxt
npm run dev
fresh trench
#

that's just your node version, you can use node 16 or ignore the warning