Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

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

Open
jwlrs opened this issue Jan 17, 2014 · 1 comment
Open

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

jwlrs opened this issue Jan 17, 2014 · 1 comment

Comments

@jwlrs
Copy link

jwlrs commented Jan 17, 2014

I'm getting this trying to start run:

plunker_run# node server.js
path.existsSync is now called fs.existsSync.

/Users/USER/SOMEDIR/plunker/plunker_run/node_modules/coffee-script/lib/coffee-script/coffee-script.js:211
Module._extensions[extension](this, filename);
^
Error: Module version mismatch. Expected 13, got 11.
at Module.load (/Users/USER/SOMEDIR/plunker/plunker_run/node_modules/coffee-script/lib/coffee-script/coffee-script.js:211:36)
at Function.Module._load (module.js:305:12)
at Module.require (module.js:357:17)
at require (module.js:373:17)
at Object. (/Users/USER/SOMEDIR/plunker/plunker_run/node_modules/node-sass/sass.js:12:13)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (/Users/USER/SOMEDIR/plunker/plunker_run/node_modules/coffee-script/lib/coffee-script/coffee-script.js:211:36)
at Function.Module._load (module.js:305:12)
at Module.require (module.js:357:17)
at require (module.js:373:17)
at Object. (/Users/USER/SOMEDIR/plunker/plunker_run/index.coffee:72:10)
at Object. (/Users/USER/SOMEDIR/plunker/plunker_run/index.coffee:403:4)
at Module._compile (module.js:449:26)
at Object.loadFile (/Users/USER/SOMEDIR/plunker/plunker_run/node_modules/coffee-script/lib/coffee-script/coffee-script.js:182:19)
at Module.load (/Users/USER/SOMEDIR/plunker/plunker_run/node_modules/coffee-script/lib/coffee-script/coffee-script.js:211:36)
at Function.Module._load (module.js:305:12)
at Module.require (module.js:357:17)
at require (module.js:373:17)
at Object. (/Users/USER/SOMEDIR/plunker/plunker_run/server.js:11:14)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:349:32)
at Function.Module._load (module.js:305:12)
at Function.Module.runMain (module.js:490:10)
at startup (node.js:123:16)
at node.js:1200:3

@jwlrs
Copy link
Author

jwlrs commented Jan 19, 2014

Important extra info: this was with Node 0.11

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant