Help with Node when executing npm on Windows (moved from Laragon to Herd) #1037
Unanswered
AlexandreCConcept
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've decided to migrate from Laragon to Herd because of the lack of support for the latest versions of MySQL. I noticed that I couldn't get the npm commands to work via Herd. I always get this type of error:
If I execute
node -v
it returnv18.17.1
.My NVM_SYMLINK is configured to be using C:\Program Files\nodejs (wich is correct I guess because Node is installed in it).
I'm not very comfortable with this kind of configuration, so I don't know if I should do something else or make a specific configuration, as I had nothing to do with Laragon.
I've tried running
nvm list
and afternvm use 21.7.1
but nvm current alwaysreturns v18.17.1.
Should I do anything more?Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions