You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: