Domanda

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

È stato utile?

Soluzione

Try this:

nvm install v0.8.18

nvm alias default v0.8.18

nvm use v0.8.18
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top