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.

Errors after upgrading from 1.8 to 1.9

See original GitHub issue

I get a bunch of runtime errors with version 1.9.0

Error: Cannot find module "@babel/runtime/helpers/esm/inheritsLoose"

Module not found: Error: Can't resolve '@babel/runtime/helpers/esm/assertThisInitialized' in ...

Module not found: Error: Can't resolve '@babel/runtime/helpers/esm/defineProperty' in ...

Module not found: Error: Can't resolve '@babel/runtime/helpers/esm/inheritsLoose' in ...

Issue Analytics

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

github_iconTop GitHub Comments

5reactions
mjacksoncommented, Dec 12, 2018

Hey everyone, sorry for the bad release. Version 1.9.2 should be published shortly which fixes both the __DEV__ issue and the missing @babel/runtime dependency.

2reactions
edorivaicommented, Dec 12, 2018

#112 is merged, which should fix the __DEV__ is not defined errors. Please upgrade to 1.9.1 to get the patch.

Regarding the @babel/runtime errors, I’m still looking at a proper fix, there are a couple things to consider here. In the meantime you can either switch back to 1.8.0, or install @babel/runtime manually into your project.

Read more comments on GitHub >

github_iconTop Results From Across the Web

'AppRegistryNotReady' error after Django Upgrade from 1.8 to ...
In our process of upgrading our Django project from 1.8 to 1.9 version, we removed all the deprecation warnings/errors according to ...
Read more >
Issue after upgrade from 1.8 to 1.9.4 : Numeric value out
I just upgraded magento from 1.8 to 1.9.4, but I get this error below. I tried to change the type of attribute_id from...
Read more >
Recursion error after upgrading from 1.8 to 1.9 - Google Groups
I have upgraded Django from 1.8.5 to 1.9. Running my tests fails with this: RuntimeError: maximum recursion depth exceeded while calling a Python...
Read more >
Upgrading from 11.1.1.8 to 12.2.1.4 Generates Various OPSS ...
After the new domain was created using the template from the modified OLD domain template, the upgrade to 11.1.1.9 occurred without error.
Read more >
Moodle in English: Scorm error after upgrade from 1.8.4 to 1.9
This discussion has been locked so you can no longer reply to it. Picture of Mark Armstrong. Scorm error after upgrade from 1.8.4...
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