Archived Forum Post

Index of archived forum posts

Question:

Node.js Error: Module version mismatch. Expected 14, got 46.

Oct 29 '15 at 17:17

I tried to run chilkat_linux64 in my 64 linux machine. It would seem I have an error saying "Error: Module version mismatch. Expected 14, got 46.". Is there ways to solve this issue? or is this something you would have to fix?


Answer

If you look here: https://nodejs.org/en/download/releases/

You can see the Node.js versions and the corresponding module versions. Chilkat is built for module version 46, which is compatible with Node.js versions 4.0.0 through the latest (currently 4.2.1)

Unfortunately, you would have to update your Node.js to one of these versions.