-
Notifications
You must be signed in to change notification settings - Fork 584
SyntaxError: Invalid regular expression #315
Comments
Same here. |
get same problem with 0.7.5 |
Same here |
Does anyone knows how to solve it yet? |
Same problem here with versions 0.7.3~0.7.5, no matter which Node version I try. |
Aa, I think I found the reason. I had installed Git with all the path modifications (using Windows 10), so it was probably messing up something. Uninstalled Git and the problem disappeared. |
I had this same issue with a fresh install of node and swagger. Looking around the net it seems other node projects have this issue and it is related to the console terminal's tty column width. After running "stty rows 50 cols 80" in the terminal I was using for swagger the "swagger project create hello-world" executed without errors. I'm guessing the problem is buried in some external node package that's shared by swagger and other projects which show this issue. |
I was using Git Bash on Windows10 with Node5.9.1 and it shows this error, after switched to windows CMD, the selection list can display, but using the arrow key won't move the selection. |
Workaround verification: doing this step in a standard windows 7 command line worked for me. Arrow keys for selection worked also. |
I had the same problem using Git Bash on Windows 10, problem solved when used Command line. |
Same issue. Windows 10 pro, Node 6.9.2. Using command line worked for me, git bash did not. |
same here. minGw throw error, CMD windows didnt |
Win 10, Node v6.10.2, had this error in Babun and Git bash but it worked in Powershell. |
same here, |
same here |
Problem was on windows and worked for me. |
Same issue with 0.7.5 on windows 10 with git bash shell. Switched to powershell and it works fine. |
Same error in Git Bash - Node v8.9.1 on Win 10 |
Fails in Cygwin. |
Fails in windows10 +gitBash. |
Hello, |
I’m not think uninstall git ! |
I am getting below exception with the latest version. This is not happening with version 0.7.0
The text was updated successfully, but these errors were encountered: