Hi,
I've installed bundle-up in a node 0.10.1 environment but I got the following warning:
npm WARN engine bundle-up@0.3.5: wanted: {"node":">= 0.6.x < 0.9.0"} (current: {"node":"v0.10.1","npm":"1.2.15"})
And I can't launch the server because it throws the following error:
[TypeError: Cannot call method 'find' of undefined]
TypeError: Cannot call method 'find' of undefined
at Assign.exports.Assign.Assign.compileNode (./node_modules/bundle-up/node_modules/coffee-script/lib/coffee-script/nodes.js:1644:21)
Do you have ay plans to support 0.10.x versions?
Best regards,
Hugo
Hi,
I've installed bundle-up in a node 0.10.1 environment but I got the following warning:
npm WARN engine bundle-up@0.3.5: wanted: {"node":">= 0.6.x < 0.9.0"} (current: {"node":"v0.10.1","npm":"1.2.15"})
And I can't launch the server because it throws the following error:
[TypeError: Cannot call method 'find' of undefined]
TypeError: Cannot call method 'find' of undefined
at Assign.exports.Assign.Assign.compileNode (./node_modules/bundle-up/node_modules/coffee-script/lib/coffee-script/nodes.js:1644:21)
Do you have ay plans to support 0.10.x versions?
Best regards,
Hugo