mokkabonna / inquirer-autocomplete-prompt

Autocomplete prompt for inquirer
ISC License
354 stars 82 forks source link

proper dependency paths #10

Closed derhuerst closed 9 years ago

derhuerst commented 9 years ago

Because of how require works, NPM dependencies are not allowed to begin with ., .. or /. This worked previously, because npm@2.x stored all dependencies and their dependencies in a non-flattened tree. npm@3.x, however, flattens the tree, so requiring this module fails.

mokkabonna commented 9 years ago

Thanks, was not aware.

mokkabonna commented 9 years ago

Also published a new version to npm. You were lucky, I was sitting and writing tests right now. :)