I try to creat new nuxt app using fallowing command
npx nuxi init my-app
successfully creating new app with Nuxt 3.0 stable inside but i get this annoying response
Nuxi 3.0.0-rc.10 15:04:22
ERROR (node:35527) 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)
What confuses me is the version of Nuxi 3.0.0-rc.10 and the Error I belive it comes from node.
node - 18.12.1
npm - 8.19.2
git - 2.38.1
--no-experimental-fetch
flag." It seems like it would do the opposite of what I want. nodejs.org/en/blog/announcements/v18-release-announce/… β Friedrich