Closed esseti closed 8 years ago
This sounds like you may have install Aglio (and protagonist) with a different version of node than you are currently running.
If this is the case, the following should solve the problem:
$ npm uninstall -g aglio
$ npm install -g aglio
I actually installed last version of node (using nvm) and of npm and aglio and it works.
I am facing similar issue as of @esseti . Can you please elaborate a little on how did you resolve the issue.
My error goes as follows:
Error: Module version mismatch. Expected 46, got 51.
at Error (native)
at Object.Module._extensions..node (module.js:434:18)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object.
@Harsh-Pandey This problem is when Protagonist (a dependency of Agilo) was installed with a different version of node. Completely reinstalling Aglio should solve the problem as mentioned in my previous comment.
Just had this when running aglio
do I've to use a version of node older than 4.4.0?