Monday 19 November 2018

How to fix "Module Compiled in a Different Version of Node" error

When you get an error message from a module like:[YOUR MODULE] was compiled against a different Node.js version using NODE_MODULE_VERSION 57. This version of Node.js requires NODE_MODULE_VERSION 64. Please try re-compiling or re-installing [ETC.]....Do you just have to wait for the moderator to upgrade the package to be compatible, or is there a way to make it compatible on your end? (I've tried npm reinstall and npm rebuild like suggested, but no dice)Specifically, I'm troubleshooting for font-manager. Thanks!

Submitted November 19, 2018 at 07:56PM by justin2taylor

No comments:

Post a Comment