You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had ran into the error: Cannot find module 'babel-runtime/helpers/toConsumableArray'. Looking into it, it seemed this module was not being installed or a deprecated version was. Online I was recommended to npm install babel manually which gave me the following warning:
It seemed like babel is still called upon in the package.json rather than babel-cli, though I might have misread this. If that is the case however it will need to be updated.
For now manually "npm install babel-cli --save" on your project folder will fix it