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 use
d 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