Skip to content

Instantly share code, notes, and snippets.

@fredbenenson
Created February 27, 2014 15:33
Show Gist options
  • Save fredbenenson/9252403 to your computer and use it in GitHub Desktop.
Save fredbenenson/9252403 to your computer and use it in GitHub Desktop.
vim-mode error
`apm install vim-mode`
/Applications/Atom.app/Contents/Resources/app/apm/node_modules/atom-package-manager/node_modules/keytar/node_modules/bindings/bindings.js:83
throw e
^
Error: Module version mismatch, refusing to load.
at Object.Module._extensions..node (module.js:485:11)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at bindings (/Applications/Atom.app/Contents/Resources/app/apm/node_modules/atom-package-manager/node_modules/keytar/node_modules/bindings/bindings.js:76:44)
at Object.<anonymous> (/Applications/Atom.app/Contents/Resources/app/apm/node_modules/atom-package-manager/node_modules/keytar/lib/keytar.js:4:31)
at Object.<anonymous> (/Applications/Atom.app/Contents/Resources/app/apm/node_modules/atom-package-manager/node_modules/keytar/lib/keytar.js:58:4)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
@Chandler
Copy link

I get this error with any apm command

@raulsouzalima
Copy link

I was getting this error too, update your node.
I'm using now the version 0.10.21 and it's ok!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment