Skip to content

v 3.0.71 gives an error. downgrade to 3.0.67 fixes it #791

Open
@JPSefe

Description

@JPSefe

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:

  1. have the 3.0.71 as global tool installed
  2. in libman.json:
{
  "provider": "unpkg",
  "library": "[email protected]",
  "files": [ "js/bootstrap-image-gallery.js", "css/bootstrap-image-gallery.css" ],
  "destination": "temp/blueimp-bootstrap"
}
  1. 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

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