We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
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 🥺
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
dojo/util#82 (comment)
I got around this by ignoring dijit-themes in my .bowerrc file
{ "ignoredDependencies": [ "dijit-themes" ] }
No branches or pull requests
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 🥺
The text was updated successfully, but these errors were encountered: