TooTallNate/node-time

Error: Module version mismatch. Expected 13, got 11.

Closed this issue · 6 comments

I just installed the latest version of time (0.10). I get the following erorr message when I include the time module. Any ideas?

Error: Module version mismatch. Expected 13, got 11.

You'll need to recompile node-time

On Sat, Dec 21, 2013 at 3:50 PM, Harish Chakravarthy <
notifications@github.com> wrote:

I just installed the latest version of time (0.10). I get the following
erorr message when I include the time module. Any ideas?

Error: Module version mismatch. Expected 13, got 11.


Reply to this email directly or view it on GitHubhttps://github.com//issues/55
.

Appreciate the prompt response. Can you please point me towards approprate documenation?

Just run 'npm install time' again and npm should recompile for you

On Saturday, December 21, 2013, Harish Chakravarthy wrote:

Appreciate the prompt response. Can you please point me towards approprate
documenation?


Reply to this email directly or view it on GitHubhttps://github.com//issues/55#issuecomment-31076787
.

Not much luck. I see the same error!

I got the same issue since some months ago.

Run 'npm install time' again doesn't solve the problem.

At last I solved the problem, recompiling the module. The point was that "make clean" requires module "node-gyp" that is not required by "node-time".