Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] main in package.json no longer exists #5406

Open
yakatz opened this issue Nov 8, 2023 · 0 comments
Open

[BUG] main in package.json no longer exists #5406

yakatz opened this issue Nov 8, 2023 · 0 comments
Labels

Comments

@yakatz
Copy link

yakatz commented Nov 8, 2023

Describe the bug
The package.json includes "main": "dist/js/adminlte.min.js",
This was removed from the package
It should probably be updated to something like "main": "src/ts/adminlte.ts",

It still doesn't build with the error, but this seems to be progress:

ERROR in ./node_modules/admin-lte/src/ts/adminlte.ts 1:0-29
Module not found: Error: Can't resolve './layout' in 'site-name\node_modules\admin-lte\src\ts'
@yakatz yakatz added the type:bug label Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant