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

replace nomnom with commander #367

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

nagaozen
Copy link

Installation steps doesn't work anymore because nomnom is apparently deprecated and no longer maintained. They suggest using commander in their README. This PR updates the files required to make it work again.

@lgarron
Copy link

lgarron commented Sep 7, 2018

It would be nice to see this merged, in order to avoid warnings!

@@ -18,7 +18,7 @@ Jison can be installed for [Node](http://nodejs.org) using [`npm`](http://github

Using npm:

npm install jison -g
npm install jison --global --unsafe_perm --allow_root

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, sorry to be annoying, and it seems like this project might be unmaintained anyway, but is this part necessary to use commander instead? Just curious, I was trying to find the nomnom dependency in CoffeeScript and found this PR which I really appreciate and trying to understand if this affects how jison needs to be installed is all.

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

Successfully merging this pull request may close these issues.

3 participants