Open
Description
Describe the bug
LIB018]: "[email protected]" does not contain the following: js/bootstrap-image-gallery.js, css/bootstrap-image-gallery.css
Valid files are package.json, .npmignore, README.md, css, img, index.html, js
To Reproduce
Steps to reproduce the behavior:
- have the 3.0.71 as global tool installed
- in libman.json:
{
"provider": "unpkg",
"library": "[email protected]",
"files": [ "js/bootstrap-image-gallery.js", "css/bootstrap-image-gallery.css" ],
"destination": "temp/blueimp-bootstrap"
}
- failes:
LIB018]: "[email protected]" does not contain the following: js/bootstrap-image-gallery.js, css/bootstrap-image-gallery.css
Valid files are package.json, .npmignore, README.md, css, img, index.html, js
Expected behavior
no issue
Workaround
dotnet tool update microsoft.web.librarymanager.cli --version 3.0.67 --global --allow-downgrade
Metadata
Metadata
Assignees
Labels
No labels