-
When running % npm install
npm ERR! semver.simplifyRange is not a function
npm ERR! A complete log of this run can be found in:
npm ERR! /home/pawamoy/.npm/_logs/2022-03-01T18_51_38_183Z-debug-0.log 2022-03-01T18_51_38_183Z-debug-0.log Completely lost at how to solve it 😅 |
Beta Was this translation helpful? Give feedback.
Answered by
pawamoy
Mar 1, 2022
Replies: 1 comment
-
I forgot about SO for some reason. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pawamoy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I forgot about SO for some reason.
Had to sudo update npm. Don't Ctrl-C while doing that, it seems npm deletes itself before upgrading... had to reinstall with
yay -S npm
😑