ember-cli-babel 7.21.0 build/test error
See original GitHub issueDependabot recently raised a PR on one of my repo with a version bump from 7.20.5 to 7.21.0.
I have Github actions set up to run tests using the ember t
command and deploy to netlify after build using the npm run build
command.
The following is the error I see.
- stack: SyntaxError: /home/runner/work/abhilashlr.in/abhilashlr.in/packages/frontend/abhilashlr/components/footer.js:
... ... as a bare identifier (This is an error on an internal node. Probably an internal error.)
The error is part of https://abhilashlr.in/ 's footer at the bottom.
I tried doing a prod build using ember b --prod
and tried running a server ember s --prod
and also ran tests ember t
. All of these seemed to pass in local but strangely Github Actions seemed to fail.
Node: 12.x in local and Github actions
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:8 (3 by maintainers)
Top Results From Across the Web
ember-cli-babel - npm
Ember CLI addon for Babel. Latest version: 7.26.11, last published: a year ago. Start using ember-cli-babel in your project by running `npm ...
Read more >The Ember CLI - Introduction - Ember CLI Guides
The Ember CLI (command line interface) is the official way to create, build, test, and serve the files that make up an Ember...
Read more >Errors when using "npm start" (in MacOS) - ember.js
I had tried the following: Uninstall, cache clean, install Ember-cli; Remove the "node_modules" and run "npm install"; Updating ember-cli-babel ...
Read more >ember-pikaday - CodeSandbox
Activating extension 'vscode.typescript-language-features' failed: Could not find bundled tsserver.js.
Read more >EmberCLI Mirage
EmberCLI Mirage. A client-side server to help you build, test and demo your Ember app. Read the docs. Productive. Spend less time wiring...
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
This is still very much a problem. Basically emojis cannot be used in templates. Any update on this?
Huh, this is wild 🤔. I’m not sure what would have changed in those versions that would have changed how emoji was handled within colocated templates…
I have to guess the issue is from changes upstream (in Babel itself), but we’d need to isolate those changes and figure out a path forward…