-
Notifications
You must be signed in to change notification settings - Fork 25
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
SyntaxError: Invalid regular expression: /.{1,0}/ #28
Comments
Same issue with Netbeans 8.2 terminal (gnu/linux). |
Older version of inquirer throw in an error exception when running on some terminal in windows 10 as reported here Freyskeyd#28
I'm also encountering this issue |
Update to latest version of InquirerJS, this is a bug of an older version. |
Any progress on this? |
I've made a pull request but he hasn't merge. The fix is upgrade of
inquirerjs and update of export module in index.js
Il 07 dic 2016 10:49 PM, "James Walton" <notifications@github.com> ha
scritto:
… Any progress on this?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOcb4M_lIwH8gJw24Yy79DCLYPD5AEVyks5rFyn0gaJpZM4J3Zjy>
.
|
I had the same problem using Git Bash on Windows 10, problem solved when used Command line. |
Is this still an issue? The latest version of gulp-prompt upgraded to version 3 of inquirer.js and wanted to know if anyone is still able to reproduce this. |
I am going to close this off since this there seems to be a work around with using command line on windows |
I get the error below trying to use gulp-prompt from within IntelliJ IDEA 2016.2.3 on OS X. It works fine if I invoke the same task via
gulp
from Terminal.app. It appears a newer build of Inquirer may fix this issue per SBoudrias/Inquirer.js#290.The text was updated successfully, but these errors were encountered: