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

not working on latest Node. #57

Open faststare08 opened 5 years ago

faststare08 commented 5 years ago

internal/modules/cjs/loader.js:583 throw err; ^

Error: Cannot find module 'babel-runtime/helpers/toConsumableArray' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15) at Function.Module._load (internal/modules/cjs/loader.js:507:25) at Module.require (internal/modules/cjs/loader.js:637:17) at require (internal/modules/cjs/helpers.js:22:18) at Object. (C:\Users\user\Desktop\flk\projects\electron\xlsx-to-dat\node_modules\pandas-js\dist\core\series.js:8:27) at Module._compile (internal/modules/cjs/loader.js:689:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10) at Module.load (internal/modules/cjs/loader.js:599:32) at tryModuleLoad (internal/modules/cjs/loader.js:538:12) at Function.Module._load (internal/modules/cjs/loader.js:530:3)

aricalves commented 5 years ago

Looks like a duplicate. See #54