You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I originally had Node.js 8.3 installed on Windows 10, but ran into bug #222. Node 8.3 has module version 57. I then installed 6.11.2, the LTS version of Node.js which has module version 48. When I try node lib\index.js, I get error: Module version mismatch. Expected 48, got 57.. I'm not sure where this error is coming from. I've cleaned out all build artifacts that I can think of.
However, Node.js 8.0.0 is the only version that works for me right now on Windows. Versions above 8.0.0 are affected by #222 and versions below 8.0.0 are affected by this. I still don't know what is causing this.
I originally had Node.js 8.3 installed on Windows 10, but ran into bug #222. Node 8.3 has module version 57. I then installed 6.11.2, the LTS version of Node.js which has module version 48. When I try
node lib\index.js
, I get error:Module version mismatch. Expected 48, got 57.
. I'm not sure where this error is coming from. I've cleaned out all build artifacts that I can think of.https://nodejs.org/en/download/releases/
The text was updated successfully, but these errors were encountered: