Skip to content

Instantly share code, notes, and snippets.

@VinSpee
Created February 27, 2014 17:44
Show Gist options
  • Save VinSpee/9255114 to your computer and use it in GitHub Desktop.
Save VinSpee/9255114 to your computer and use it in GitHub Desktop.
/Users/vince/.nvm/v0.10.16/lib/node_modules/browserify-ftw/lib/get-resolve-path.js:13
Object.keys(config.paths).forEach(function (k) {
^
TypeError: Object.keys called on non-object
at Function.keys (native)
at getResolvePath (/Users/vince/.nvm/v0.10.16/lib/node_modules/browserify-ftw/lib/get-resolve-path.js:13:10)
at upgradeProject (/Users/vince/.nvm/v0.10.16/lib/node_modules/browserify-ftw/browserify-ftw.js:23:26)
at Object.<anonymous> (/Users/vince/.nvm/v0.10.16/lib/node_modules/browserify-ftw/bin/browserify-ftw.js:83:1)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
@rileytg
Copy link

rileytg commented Sep 5, 2014

Did you ever solve this error?

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