danfojs
danfojs copied to clipboard
Install instructions do not include dependencies correctly?
PNPM 7.17.1 NODE 16.18.0
I'm seeing a disparity between the install instructions in the README, vs reality.
(Note: The install instructions mention "you can install the danfojs-node version via package" but that link is broken).
Doing "yarn add danfojs-node" seems to work at first, but when you run it, none of the dependencies are installed. This is no surprise, because the package.json at https://github.com/javascriptdata/danfojs/blob/dev/package.json does not contain any dependencies. I think this repo is a mono-repo with subpackages?
It seems like maybe the README lacks instructions about how to actually install/reference the subpackages?
Does anyone have an example of installing danfojs-node that works?