Pergunta

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

Foi útil?

Solução

Try this:

nvm install v0.8.18

nvm alias default v0.8.18

nvm use v0.8.18
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top