-
-
Notifications
You must be signed in to change notification settings - Fork 26
Syntax error: invalid regular expressions #13
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
Comments
+1 |
Can I get a rundown of what options were chosen when creating the Vue project initially as well as what options were chosen when adding the plugin? Are you using just the CLI or are you using the UI? This will help me troubleshoot where this may be going wrong as I haven't been able to reproduce this yet with 3 different manual tests. |
I got the same error through the CLI as with the UI. Tried multiple different options (also all default) creating the Vue project and adding the plugin. Each time the error occurs. C:\laragon\www\vue Vue CLI v3.7.0 Vue CLI v3.7.0
setting up Git hooks added 1158 packages from 913 contributors and audited 23634 packages in 43.246s 🚀 Invoking generators... added 36 packages from 27 contributors, updated 2 packages, moved 9 packages and audited 23923 packages in 13.011s ⚓ Running completion hooks... 📄 Generating README.md... 🎉 Successfully created project vue-cli. $ cd vue-cli C:\laragon\www\vue C:\laragon\www\vue\vue-cli (master) 📦 Installing vue-cli-plugin-nativescript-vue...
✔ Successfully installed plugin: vue-cli-plugin-nativescript-vue ? Enter a unique application identifier: org.nativescript.application 🚀 Invoking generator for vue-cli-plugin-nativescript-vue... |
Can I see a list of global packages installed? |
+-- @angular/[email protected] npm ERR! peer dep missing: typescript@>=2.0, required by [email protected] |
What version of node are you running? side note: realizing we need a standard 'submit issue` list of questions to ask when someone submits an issue. |
node --version |
updating nodejs solved the problem |
I can't currently get a rundown of global packages as I'm away from the computer but basically the same as above in installing from UI and CLI and trying multiple packages. I'm guessing it comes this line
|
Ok...i was able to reproduce on node version 8 regardless of the version of npm. |
So, I had just commented that I was able to reproduce on any version of Node 8 and saw a couple of notifications come in at the same time with updates from @jandever and @codytooker. However, now the issue doesn't show those comments. Looks like the fix is to be on node 10.x or above as node 8 doesn't support the look behinds. I'm going to leave this issue open and see if I can come up with a regular expression that will work on node 8, 10 and 12. May not be possible, but at least the temporary workaround is to upgrade to at least 10.x. |
Should be addressed in #19 |
When running the generator I get the following error in the console leading to not being able to run the generator.
Seems to be related to a recent PR
#12
The text was updated successfully, but these errors were encountered: