mdbootstrap / bootstrap-templates

A collection of free Bootstrap 5 templates.
https://mdbootstrap.com/freebies/
3.07k stars 1.01k forks source link

No tag found that was able to satisfy 0.7.1 #687

Open skmessage opened 1 year ago

skmessage commented 1 year ago

When using bower.1.8.4 for a Rails project, i get this error:

bower bootstrap-tagsinput#0.7.1  ENORESTARGET No tag found that was able to satisfy 0.7.1

Additional error details:
No versions found in https://github.com/TimSchlechter/bootstrap-tagsinput.git

What is the recommended fix for the same?

MichaelErmer commented 1 year ago

this repository seems to be some trolling, you can still find the package on npm https://www.npmjs.com/package/bootstrap-tagsinput/v/0.7.1

I also reported this to github.

rlenferink commented 1 year ago

I am getting the same error:

bower bootstrap-tagsinput#~0.7.1            ENORESTARGET No tag found that was able to satisfy ~0.7.1

Additional error details:
No versions found in https://github.com/TimSchlechter/bootstrap-tagsinput.git
Error: building at STEP "RUN bower install --allow-root": while running runtime: exit status 1

Is this maybe because npm tries to resolve the tag back to the repo when pulling ?

The repository URL attached on https://www.npmjs.com/package/bootstrap-tagsinput is still https://github.com/timschlechter/bootstrap-tagsinput (which redirects to this repo)

Is this something one of you can correct @timschlechter (previous repsitory owner) or @lucknerjb (listed as collaborator on npmjs) ?

The new URL should probably be https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/ , is that correct ?