-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Parse error on line 125 #401
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
Handlebars is trying to parse that but it fails because it's not a syntax it knows. You should be able to escape it with |
@posva would it be possible to have something more descriptive added here as this doesn't really point back to the file with the issue instead of states there is one. Going through my code I can't actually find anything with that line in it as I'm assuming that's compiled code it's dealing with? |
@posva @OmgImAlexis The patch definitely gives a better error description for what's going on, but soon you will realize the issue is handlebars trying to interpolate a file you don't care about like a file inside node_modules, in order to avoid these interpolation errors use the property skipInterpolation.
|
After running
vue init ~/code/simon twistly-frontend
I get this error.Template repo: https://github.com/OmgImAlexis/simon
The text was updated successfully, but these errors were encountered: