Got the following error while importing danfojs in a project init with vite, running on a local server.
[plugin:vite:import-analysis] Failed to resolve entry for package "danfojs". The package may have incorrect main/module/exports specified in its package.json.



However, there's no such issue for the same test code running on CodeSandBox: link

barmatey reported similar issue: #525