We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing this package with yarn ends in
❯ yarn global add inspectpack warning "inspectpack@3.0.1" has no binaries
and inspectpack not being available on the PATH. If the binary is specified explicitly using bin it should work also when being installed with Yarn.
inspectpack
bin
The text was updated successfully, but these errors were encountered:
Oh yeesh, I somehow removed package.json:bin entry in the TS rewrite... 🤦♂️
package.json:bin
I'll get this fixed shortly...
Sorry, something went wrong.
BUG: package.json:bin is missing. (#82)
aac59fc
- Add missing `package.json:bin` entry. Fixes #81 - Update travis config to not do `node@10.5+`. See #83
No branches or pull requests
Installing this package with yarn ends in
and
inspectpack
not being available on the PATH. If the binary is specified explicitly usingbin
it should work also when being installed with Yarn.The text was updated successfully, but these errors were encountered: