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

npm warning Unsupported engine #2

Closed
sourcevault opened this issue Jul 23, 2021 · 2 comments
Closed

npm warning Unsupported engine #2

sourcevault opened this issue Jul 23, 2021 · 2 comments

Comments

@sourcevault
Copy link

Is there something that we can do about the error ?

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'option-parser@1.0.0',
npm WARN EBADENGINE   required: { node: '>=0.6', npm: '~1' },
npm WARN EBADENGINE   current: { node: 'v15.12.0', npm: '7.19.1' }
npm WARN EBADENGINE }
@fidian
Copy link
Contributor

fidian commented Jul 25, 2021

Absolutely, I have addressed this in 3b057d3. Version 1.0.1 does not have this restriction any longer.

However, you might want to consider switching to docopt. It does a lot more in a far easier way.

@sourcevault
Copy link
Author

I am sorry but :

https://github.com/stuartcarnie/docopt.coffee

seems a lot more complicated and error prone.

I also need -v and -vv flags for remotemon (https://github.com/sourcevault/remotemon).

The documentation does not provide information on how to do it in docopt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants