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.

7.10 breaks PhantomJS

See original GitHub issue

Bug Report

Current behavior The (automatic) update of babel for 7.9 to 7.10 breaks PhantomJS.

Possible Solution Adding this to package.json fixed it until the next updates form other babel submodules broke it again.

  "resolutions": {
    "ember-cli-babel": "7.19.0",
    "@babel/core": "7.9.6",
    "@babel/generator": "7.9.6",
    "@babel/helpers": "7.9.6",
    "@babel/parser": "7.9.6",
    "@babel/template": "7.8.6",
    "@babel/traverse": "7.9.6",
    "@babel/types": "7.9.6",
    "@babel/compat-data": "7.9.6",
    "@babel/helper-compilation-targets": "7.9.6",
    "@babel/helper-create-class-features-plugin": "7.9.6", 
    "@babel/helper-member-expression-to-functions": "7.8.3",
    "@babel/helper-optimise-call-expression": "7.8.3",
    "@babel/helper-replace-supers": "7.9.6", 
    "@babel/plugin-proposal-decorators": "7.8.3",
    "@babel/plugin-proposal-json-strings": "7.8.3",
    "@babel/plugin-proposal-object-rest-spread": "7.9.6", 
    "@babel/plugin-proposal-optional-chaining": "7.9.0",
    "@babel/plugin-transform-block-scoping": "7.8.3",
    "@babel/plugin-transform-destructuring": "7.9.5", 
    "@babel/plugin-transform-for-of": "7.9.0",
    "@babel/plugin-transform-modules-systemjs": "7.9.6",
    "@babel/plugin-transform-runtime": "7.9.6", 
    "@babel/plugin-transform-spread": "7.8.3",
    "@babel/plugin-transform-typescript": "7.9.6",
    "@babel/preset-env": "7.9.6", 
    "@babel/runtime": "7.9.6"
  }

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:16 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
existentialismcommented, May 30, 2020

Noticed you have a resolutions entry for babel-plugin-ember-modules-api-polyfill@2.13.0… bumping ember-cli-babel to 7.20.3 isn’t enough as it depends on an updated version of babel-plugin-ember-modules-api-polyfill -> https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/releases

1reaction
existentialismcommented, May 29, 2020

@bmaehr you’ll want to update ember-cli-babel, check out the recent bug fix releases: https://github.com/babel/ember-cli-babel/releases

Read more comments on GitHub >

github_iconTop Results From Across the Web

Things I learned with Liquid.Miracle's Invoker in 7.10 - YouTube
Arteezy's Phantom Assassin in 7.10 ... Miracle's Juggernaut in 7.10 ... MIRACLE [Invoker] Break Your Brain | Mid | Best Pro MMR -...
Read more >
Phantom Breakpoint
I've seen phantom breakpoints saved in a workspace. The breakpoint dialog shows no breakpoints, but the ICD2 will always stop in the same...
Read more >
Full Series - The Clone Wars 7.10 - The Phantom Apprentice ...
Look at people who know that their business is broken, but still fight till the day everything breaks down around them. It is...
Read more >
Changelog — Snakemake 7.10.0 documentation
Fixed issue with checkpoints and ruleorder where phantom dependencies are not properly removed from the DAG (@jmeppley, @johanneskoester).
Read more >
Dota 2 News: An overview on 7.10 | GosuGamers
The item that gained the most attention in 7.10 might have been the ... in between roaming (to break invisibility and return when...
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