Closed maxdietrich closed 3 years ago
The build step in this project after a clean install resulted in an Error: Cannot find module 'babel-runtime'. Updating babel-preset-es2015-rollup to the latest version solved that issue for me.
Error: Cannot find module 'babel-runtime'
babel-preset-es2015-rollup
The build step in this project after a clean install resulted in an
Error: Cannot find module 'babel-runtime'
. Updatingbabel-preset-es2015-rollup
to the latest version solved that issue for me.