Failed to run locally #479
|
I have encountered several problems when running
I'm using node v24.18.0 with npm v11.16.0. Are these strange problems caused by a recent upgrade of npm? |
Answered by
TripleCamera
Jul 20, 2026
Replies: 1 comment
|
All theses problems have been solved by deleting the entire There is a warning for install scripts, but nothing seems to be affected. |
0 replies
Answer selected by
TripleCamera
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All theses problems have been solved by deleting the entire
node_modulesdirectory. So it seems that you have to deletenode_modulesafter switching node version.There is a warning for install scripts, but nothing seems to be affected.