mixu / gluejs

Build CommonJS modules for the browser via a chainable API
http://mixu.net/gluejs/
165 stars 13 forks source link

"detective": "~2.4.0" Cannot Install #37

Closed danielmhanover closed 9 years ago

danielmhanover commented 9 years ago

Looks detective@2.4.0 contains an invalid dependency on 'esprima-six', a package which does not exist. Therefore, npm installfails when gluejs 2.3.9 is listed as a dependency. Would bumping detective to latest (4.3.1) break anything?

gabel commented 9 years ago

This affects also current version like 2.3.9 -- i'll evaluate the new version of detective (4.3.1). The broken dependency to esprima-six is fixed in detective >= 3.0.0

gabel commented 9 years ago

It works for me with esprima-six 4.3.1 - could you fix the dependency?