You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My project is using a library that requires
--no-experimental-fetch
flag in node, so my scripts in my package.json look like this:It works great for

npm run start
but when runningnpm run dev
I get this error in the browser:Any idea how to fix this error/make it behave like it does with
npm run start
?Thanks everyone.
Best solution so far seems to be to add
npm run build &&
to the beginning of my start command and just usenpm run start
.Beta Was this translation helpful? Give feedback.
All reactions