You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I've installed danfojs@^1.1.2 in my React project using Vite and I'm getting the following error:
[plugin:vite:import-analysis] Failed to resolve entry for package "danfojs". The package may have incorrect main/module/exports specified in its package.json.
I really don't know what to do, I tried googling the error and found nothing.
At first I thought it was a bug involving Vite, but then I tried using CRA and the bug still happens.