question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ember-cli-babel 7.21.0 build/test error

See original GitHub issue

Dependabot 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
lvegeranocommented, Sep 18, 2020

This is still very much a problem. Basically emojis cannot be used in templates. Any update on this?

1reaction
rwjbluecommented, Aug 13, 2020

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…

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found