-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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
Unterminated string constant #16561
Comments
Hi! Thanks for being part of the Font Awesome Community. Will leave this open for feedback from the community, but I can't personally help, sorry |
Experienced the same issue here as well.
So, what actually fixed it was:
|
Same:
The index.es.js file seems to be truncated for some reason. I resolved with the following steps:
I'm not sure which one of these fixed the issue, but hope this helps. |
In addition to the steps from previous two answers, running |
(This is cross-posted from the issue here FortAwesome/ember-fontawesome#143, I am opening an issue here in hopes of finding some hints on where in the stack this might be coming from)
Describe the bug
I've run into a really baffling problem where I cannot get my app to build due to an "unterminated string constant" during the rollup process.
To Reproduce
Insert a URL to your test case - use codepen.io, jsfiddle.net, jsbin.com, codesandbox.io, or whatever.
Describe any details about the test case that we need to know like "whatever you do, don't click the red button."
Here's my yarn.lock: https://gist.github.com/allthesignals/9ff91ab416910c26edfb1278f2cbcb3f#file-yarn-lock
Here are the contents of the log file.
Version and implementation
Bug report checklist
The text was updated successfully, but these errors were encountered: