Skip to content

Import fails with Astro Build #955

@goldenratio

Description

@goldenratio

Describe the bug
Unable to use import state with Astro build https://astro.build/

To Reproduce
Steps to reproduce the behavior:

  import sortable from 'html5sortable';

Getting following error, run npm run build

error ts(7016): Could not find a declaration file for module 'html5sortable'. 'C:/Projects/foler_name/node_modules/html5sortable/dist/html5sortable.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/html5sortable` if it exists or add a new declaration (.d.ts) file containing `declare module 'html5sortable';`

32   import sortable from 'html5sortable';
                          ~~~~~~~~~~~~~~~


Expected behavior
import should work

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