StratoDem / pandas-js

Pandas in JavaScript for data analysis and visualization
https://stratodem.github.io/pandas.js-docs
MIT License
454 stars 36 forks source link

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

Open WesselSytsma opened 6 years ago

WesselSytsma commented 6 years ago

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.

WesselSytsma commented 6 years ago

Apologies I seemed to have read another package.json (another project maybe?). However the modules where not being installed correctly, perhaps this will need to be looked into.

Regards, Wessel.

BennyDanielT commented 1 year ago

I am facing the same issue too!