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
After install with npm install gridjs gridjs-svelte I've got the next error:
Module not found: Error: Package path . is not exported from package */node_modules/gridjs (see exports field in */node_modules/gridjs/package.json)
Did you mean './gridjs'?
Requests that should resolve in the current directory need to start with './'.
Versions of gridjs and gridjs-svelte: "gridjs": "^6.0.6",
"gridjs-svelte": "^2.1.1",
The next import is the source of error (inside of the svelte component):
import Grid from "gridjs-svelte";
The text was updated successfully, but these errors were encountered:
After install with npm install gridjs gridjs-svelte I've got the next error:
Module not found: Error: Package path . is not exported from package */node_modules/gridjs (see exports field in */node_modules/gridjs/package.json)
Did you mean './gridjs'?
Requests that should resolve in the current directory need to start with './'.
Versions of gridjs and gridjs-svelte:
"gridjs": "^6.0.6",
"gridjs-svelte": "^2.1.1",
The next import is the source of error (inside of the svelte component):
import Grid from "gridjs-svelte";
The text was updated successfully, but these errors were encountered: