-
Notifications
You must be signed in to change notification settings - Fork 51
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 #143
Comments
Thanks for the report, do you have a branch I can checkout and run with this error? I'm not seeing anything obvious in your logs. |
Hi @jrjohnson! Here's what I'm seeing it: https://github.com/NYCPlanning/labs-zap-search/tree/1202-upgrade-ember-octane The upgrade isn't complete, but the app should at least build. Thanks! |
Cloning that branch, running |
Thanks for trying that out @jrjohnson. This is very odd. Seeing it again on another project, at this commit: NYCPlanning/labs-applicant-portal@1eb3234 What's weird is that it works in CI (the tests do fail, but that's okay, it builds): https://app.circleci.com/pipelines/github/NYCPlanning/labs-applicant-portal/390/workflows/d896c8d6-de79-44d8-a27a-63abda8605b5/jobs/765/steps This time, I've blown out node_module, removed yarn.lock, and it still fails on my machine. |
Describe the bug
I've run into a really baffling problem where I cannot get my Ember app to build due to an "unterminated string constant" during the rollup process.
I cannot understand where the source of the issue is.
Here's my yarn.lock: https://gist.github.com/allthesignals/9ff91ab416910c26edfb1278f2cbcb3f#file-yarn-lock
Here are the contents of the log file.
The text was updated successfully, but these errors were encountered: