🐛 BUG: Invalid regular expression
See original GitHub issueWhat version of Wrangler
are you using?
beta
What operating system are you using?
Windows 11
Describe the Bug
- install remix with
npx create-remix@latest
- choose a folder
- choose “Just the basics”
- choose “Cloudflare Pages”
- choose “Typescript”
- run
npm run dev
Issue Analytics
- State:
- Created a year ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
SyntaxError: invalid regular expression flag "x" - MDN Web Docs
The JavaScript exception "invalid regular expression flag" occurs when the flags in a regular expression contain any flag that is not one ...
Read more >javascript syntax error: invalid regular expression
Match returns js error - Uncaught SyntaxError: Invalid regular expression: /sel\/: \ at end of pattern. Is there any way to check whether...
Read more >no-invalid-regexp - ESLint - Pluggable JavaScript Linter
An invalid pattern in a regular expression literal is a SyntaxError when the code is parsed, but an invalid string in RegExp constructors...
Read more >react-native start giving Invalid regular expression invalid error
I get this error on following the react-360 introductory steps. Invalid regular expression: /(node_modules[\]react[\]dist[\].|website\ ...
Read more >Uncaught SyntaxError: Invalid regular expression
This error may be related to your site's language settings. Could you try and temporarily switch your site to English, and see if...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Definitely we’d rather you use stable versions. But it sounds like it probably wasn’t an issue with the current beta release, so I’ll close this out. Let us know if it comes up again!
@GregBrimble @Skye-31 this might be related to the pages dev refactor?