Skip to content

Instantly share code, notes, and snippets.

@bingomanatee
Created September 30, 2012 17:28
Show Gist options
  • Save bingomanatee/3807786 to your computer and use it in GitHub Desktop.
Save bingomanatee/3807786 to your computer and use it in GitHub Desktop.
Underscore/Node problem
^
TypeError: Cannot read property 'map' of undefined
at Function._.map._.collect (/Users/dedelhart/wll/wll/node_modules/nuby-express/node_modules/underscore/underscore.js:96:25)
at Component._.extend.to_JSON (/Users/dedelhart/wll/wll/node_modules/nuby-express/lib/Component/index.js:193:32)
at _to_json (/Users/dedelhart/wll/wll/node_modules/nuby-express/lib/Component/index.js:174:22)
at Array.map (native)
at Function._.map._.collect (/Users/dedelhart/wll/wll/node_modules/nuby-express/node_modules/underscore/underscore.js:96:56)
at Framework._.extend.to_JSON (/Users/dedelhart/wll/wll/node_modules/nuby-express/lib/Component/index.js:193:32)
at File_Props._.extend.to_JSON (/Users/dedelhart/wll/wll/node_modules/nuby-express/lib/Loader/File_Props.js:24:51)
at File_Props._.extend.log (/Users/dedelhart/wll/wll/node_modules/nuby-express/lib/utility/Base.js:48:44)
at module.exports (/Users/dedelhart/wll/wll/node_modules/nuby-express/lib/Loader/start_load.js:122:31)
at Object.oncomplete (fs.js:297:15)
bash-3.2$ node -v
@cguillemette
Copy link

I'm getting the same issue. Did you managed to find the problem?

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