سؤال

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

هل كانت مفيدة؟

المحلول

Try this:

nvm install v0.8.18

nvm alias default v0.8.18

nvm use v0.8.18
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top