bundle-up icon indicating copy to clipboard operation
bundle-up copied to clipboard

Any plans for 0.10.x support?

Open HugoMag opened this issue 12 years ago • 0 comments

Hi,

I've installed bundle-up in a node 0.10.1 environment but I got the following warning: npm WARN engine [email protected]: 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

HugoMag avatar Apr 03 '13 09:04 HugoMag