-
-
Notifications
You must be signed in to change notification settings - Fork 620
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
Type Error: argv._.includes('init') in Node 4.4 #140
Comments
Mind posting a screenshot of your output w/ stacktrace? |
upgrade to nodejs-6 fixes the issue |
We support v4 too @zowers , this should work 👍 |
AFAIK So we either should polyfill it or rewrite it with ES5. |
Rewrite would be appropriate in this situation :) |
Closed À la #183 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Windows 10, node 4.4 i get this error.
TypeError: argv._.includes is not a function.
The problem is solved after upgrading to node 6 but since in the package.json it says it is compatible with node >= 4 i thought i should create this issue.
The text was updated successfully, but these errors were encountered: