Skip to content

Not a working package in NPM #83

@NAAsylov

Description

@NAAsylov

A package has been published in NPM, in which the package.the json is spelled out as "main": "dist/theia-sticky-sidebar.js", , while there is no such file, there is only

package.json
Image

vite.config.ts
Image

NPM
Image

I have temporarily corrected my project by specifying the alias in tsconfig:

"theia-sticky-sidebar/*": [
  "node_modules/theia-sticky-sidebar/dist/*"
]

and add lib to allowedCommonJsDependencies in angular.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions