Skip to content
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

Misleading error message - when name != package.json/bin #4

Open
radubrehar opened this issue Mar 16, 2017 · 1 comment
Open

Misleading error message - when name != package.json/bin #4

radubrehar opened this issue Mar 16, 2017 · 1 comment
Projects

Comments

@radubrehar
Copy link

I just configured a module with:

{
  "bin": { "tranlate": "bin/translator" }
}

and added this in slana.yml

name: translator
commands: ...

The error message I got was:
✗ Looks like your command-line tool name is not defined in your manifest
This is a bit misleading since my manifest does have a name, but it simply does not match the one specified in package.json/bin

@radubrehar
Copy link
Author

Maybe Slana could altogether drop the name property in the manifest - so it does not duplicate over the one specified in package.json/bin

@radubrehar radubrehar changed the title Misleading error message Misleading error message - when name != package.json/bin Mar 24, 2017
@idancali idancali added this to Backlog in Roadmap Jan 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Roadmap
Backlog
Development

No branches or pull requests

1 participant