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.

Version floor conflict

See original GitHub issue

Two libraries we’ve added - babel and nve - require core-js.

Core-js has a node floor of 12, but we offer a node floor of 10. As a result, our node 10 builds are breaking.

We are already getting rid of nve, and I think we’re considering switching from babel to typescript for downcompiling

May I temporarily remove the 10.x claim from the build, with the goal of re-adding it once babel is out?

image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
hildjjcommented, Apr 22, 2021

yes, you can update to >=12, with the idea that we won’t release anything where that lands until 2021-05-01 or later.

0reactions
hildjjcommented, Apr 22, 2021
        "core-js-compat": "^3.9.0",
        "core-js-compat": "^3.9.1"
    "node_modules/core-js-compat": {
      "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.10.2.tgz",
        "url": "https://opencollective.com/core-js"
    "node_modules/core-js-compat/node_modules/semver": {
        "core-js-compat": "^3.9.0",
        "core-js-compat": "^3.9.1"
    "core-js-compat": {
      "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.10.2.tgz",
Read more comments on GitHub >

github_iconTop Results From Across the Web

version-conflict-demo - npm
This is small and simple package to provoke version conflicts while using Module Federation. Latest version: 2.1.0, last published: 6 months ...
Read more >
Conflict Detection and Resolution - Salesforce Help
Conflicts can occur when you're working with multiple development environments and moving ... Your Component Version Is Different from Merged Component.
Read more >
Conflict: Europe (DOS) - The Cutting Room Floor
NATO use of battlefield nuclear weapons to halt Soviet advance at Skibotn. Soviet amphibious units land at Narvic. NATO units at Tromso cut...
Read more >
56 Roommate Conflict ideas | ra bulletin boards, ra ... - Pinterest
Aug 2, 2021 - Explore Rachael Clark's board "Roommate Conflict" on Pinterest. ... (Unfinished version) roommate conflict and proper floor etiquette ...
Read more >
RA to RA: If I Knew then what I Know Now-Confronting Conflict ...
Here you will find some pieces of knowledge that returning RAs & Hall Directors swear by when confronting conflict on their floors and...
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