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

error in bower registration #52

Open
rgcl opened this issue Feb 6, 2020 · 2 comments
Open

error in bower registration #52

rgcl opened this issue Feb 6, 2020 · 2 comments

Comments

@rgcl
Copy link

rgcl commented Feb 6, 2020

This package is named dojo-themes in https://bower.io/search/ , then when we do:
bower install dojo/dojo dojo/dijit dojo/dojox dojo/util

We get this error:
bower dijit-themes#1.15.0-pre ENOTFOUND Package dijit-themes not found

Please, update the bower registry pointing to the correct dijit-themes, instead dojo-themes 🥺

@rgcl
Copy link
Author

rgcl commented Feb 6, 2020

The problem is caused because the dojo/util package, declares "dijit-themes" as dependence, in the bower file: https://github.com/dojo/util/blob/master/bower.json

@steveoh
Copy link

steveoh commented Apr 11, 2022

dojo/util#82 (comment)

I got around this by ignoring dijit-themes in my .bowerrc file

{
   "ignoredDependencies": [
     "dijit-themes"
   ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants