Replies: 1 comment 5 replies
-
@bombxdev Can you try the latest release v1.0.5. Did some updates to fix this. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to
npm install danfojs-node
thennpm install danfojs
and after that I declareimport * as dfd from "danfojs"
orconst dfd = require("danfojs-node")
and have tried with both. still not workingI got message error while building via
npm run dev
Have any ideas to help me solve this? Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions