-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
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
User friendly error messages, when running subcommands (bin missing, access error etc) #83
Comments
Hi @ntwcklng, just discovered |
I don't understand, this is from package.json of lib catalog
it uses
But if I had as the lib has all this commands in |
Hey @safareli does this fix your problem: #46 (comment) |
|
Ah okay, i assumed you've pulled it from github for developing. |
As it's installed locally as dependency of another project. so it's in package.json#dependencies and i do |
Can you share the repo or want to debug? Help is appreciated. |
sure, https://github.com/f-o-a-m/foam.css/blob/master/package.json#L6 |
This is maybe just helpful while developing, but when i registered a subcommand with
.command()
and forgot tonpm link
and/or add the binary to thepackage.json
we could output a more user friendly error message to prevent issues like these: #69 #46The text was updated successfully, but these errors were encountered: