node-pandas icon indicating copy to clipboard operation
node-pandas copied to clipboard

Error: Cannot find module './dataType'

Open DaiZack opened this issue 6 years ago • 2 comments

First Run get, the same on Local, RunKit and Rel.it Error: Cannot find module './dataType' image

DaiZack avatar Jan 16 '20 21:01 DaiZack

Goto node_modules/node-pandas/src/utils and change filename datatype.js to dataType.js.

shakirmengrani avatar Jan 17 '20 09:01 shakirmengrani

First Run get, the same on Local, RunKit and Rel.it Error: Cannot find module './dataType' image

Yeah, thank you. Actually, I have already fixed it. Just follow the above suggestion. This is known bug. In future, I am going to release a new version with more features and excellent way of accessing the columns, rows etc.

hygull avatar Feb 08 '20 06:02 hygull