Open rgcl opened 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
https://github.com/dojo/util/issues/82#issuecomment-769217566
I got around this by ignoring dijit-themes in my .bowerrc file
{
"ignoredDependencies": [
"dijit-themes"
]
}
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 🥺