-
Notifications
You must be signed in to change notification settings - Fork 164
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
Regular expression error when using brooker #253
Comments
You seem to use a pretty old nodejs version (9 or older), but you need 10 or higher for the broker to work. |
For quicker reproduction of version specific errors like #253
OK, thanks, yous should update readme, in B.2, there is: B.2 Set up local webserver (Click to expand instructions) Unfortunately on Synology node v8 is the latest available... |
yeah good point, I will update the readme. And as I gather from #255 you can code. So the problem with node v8 is the regex feature of named groups. You could rewrite the |
Readme updated. |
When I try to use broker, all requests ends with regular expression error:
When I deleted first item from en.json then error occurs on next... and so on...
The text was updated successfully, but these errors were encountered: