Skip to content

Error: Cannot find module 'babel-runtime/helpers/toConsumableArray' #54

@WesselSytsma

Description

@WesselSytsma

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:

babel

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

Regards, Wessel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions