bahmutov / have-it

The fastest NPM install does nothing because you already have it
74 stars 1 forks source link

Does not handle bin #12

Closed tlvince closed 7 years ago

tlvince commented 7 years ago

If a package defines a bin (executable) npm will symlink it under ./node_modules/.bin. Currently have-it doesn't handle these, which means npm run scripts aren't supported (amongst other things).

bahmutov commented 7 years ago

yeah, need to discover those and create "proxy" bins

bahmutov commented 7 years ago

Version 1.12.0 has been published to NPM. The full release note can be found at have-it/releases/tag/v1.12.0.

Tip: safely upgrade dependency have-it in your project using next-update