-
Notifications
You must be signed in to change notification settings - Fork 28
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
issue on a clean sails.js during sails lift #42
Comments
@webmasterslava what version of node.js and sails do you use ? |
I was having this problem on windows 10, sails 0.12.1, node 5.9.0
in the sails.router.bind function the path gets passed as \admin* while the path before that gets passed as /admin/
this of course is not a fix, but should shed some light on what we were experiencing |
@zabaat I'm having this same issue. How exactly did you apply that last line of code to fix your issue? I have been having a lot of trouble opening this sails project for some reason @.@ To be clear this is the line that i'm confused about. How and where did you add it exactly?
|
@zabaat the problem is related to the way path works on windows. It uses different separator \ instead /. |
SyntaxError: Invalid regular expression: /^\admin(.*)/?$/: Unmatched ')'
The text was updated successfully, but these errors were encountered: