Console error after upgrade. #14044
-
Bug reportThere's a console error after the upgrade to 9.4.4 Describe the bug
To ReproduceI had 9.3.4, upgraded NextJS and NextJS/BundleAnalyzer to 9.4.4 Also tested using yarn upgrade --latest After going to a page, I get that error. Expected behaviorNo errors should output ScreenshotsSystem information
Additional context
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Have you tried removing your |
Beta Was this translation helpful? Give feedback.
-
Error is fixed, the problem seems to have been the NODE_PATH=. variable set in PHPStorm I recreated the smallest possible thing with only 4 files, and when I ran it in another folder prior to submitting, it worked fine. So I started digging and found out this env in PHPStorm set. After removing it, the issue was no more present. Pretty weird tho. Hate to javascript +1 |
Beta Was this translation helpful? Give feedback.
Error is fixed, the problem seems to have been the NODE_PATH=. variable set in PHPStorm
I recreated the smallest possible thing with only 4 files, and when I ran it in another folder prior to submitting, it worked fine. So I started digging and found out this env in PHPStorm set.
After removing it, the issue was no more present.
Pretty weird tho.
Hate to javascript +1