-
Notifications
You must be signed in to change notification settings - Fork 204
Open
Description
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
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels


