Question

I installed NVM to manage Nodejs versions. I have checked out a software which needs 0.8.18, so I installed it through NVM and used it (nvm use 0.8.18). Now, I recompiled all the modules, but I keep receiving the message Error: Module version mismatch, refusing to load..

Am I missing some steps? Thanks

Était-ce utile?

La solution

Try this:

nvm install v0.8.18

nvm alias default v0.8.18

nvm use v0.8.18
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top