Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Package path . is not exported from package */node_modules/gridjs (see exports field in */node_modules/gridjs/package.json) #31

@Marycka9

Description

@Marycka9

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";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions