Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"The Fetch API is an experimental feature. This feature could change at any time" while installing a Nuxt3 app

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

like image 248
mart cube Avatar asked Jan 24 '26 08:01

mart cube


1 Answers

It was enough for me to upgrade to node 18.13.0

like image 63
Crow Avatar answered Jan 27 '26 00:01

Crow



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!