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:
- Install nuxt
npx nuxi init nuxt-app
- Run nuxt
npm run dev