Errors after upgrading from 1.8 to 1.9
See original GitHub issueI 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:
- Created 5 years ago
- Comments:13 (2 by maintainers)
Top 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 >
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 Free
Top 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
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.#112 is merged, which should fix the
__DEV__ is not defined
errors. Please upgrade to1.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.