dojo / dijit-themes

Dojo 1 - modern themes
Other
29 stars 21 forks source link

error in bower registration #52

Open rgcl opened 4 years ago

rgcl commented 4 years ago

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 commented 4 years ago

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 commented 2 years ago

https://github.com/dojo/util/issues/82#issuecomment-769217566

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

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