eugeneware / debowerify

A browserify transform to enable the easy use of bower components in browserify client javascript projects. This can be used in conjunction with deamdify to require AMD components from bower as well.
491 stars 51 forks source link

Installation via npm fails due to unmet dependencies #13

Closed leyyinad closed 10 years ago

leyyinad commented 11 years ago

The latest release depends on falafel@0.2.1 which requires esprima@'substack/esprima#is-keyword' which can't be found. Is there any quick fix to circumvent this?

Thanks in advance!

leyyinad commented 11 years ago

Alright, I installed esprima manually, which does work. Still, this is kind of a bug, i guess.