util icon indicating copy to clipboard operation
util copied to clipboard

Bower install fails

Open cogentParadigm opened this issue 5 years ago • 2 comments

When installing dojo/util via bower, I receive the error "Package dijit-themes not found". See below

$ bower install --save dojo/util
bower util#*                    cached https://github.com/dojo/util.git#1.16.3
bower util#*                  validate 1.16.3 against https://github.com/dojo/util.git#*
bower dojox#1.16.3              cached https://github.com/dojo/dojox.git#1.16.3
bower dojox#1.16.3            validate 1.16.3 against https://github.com/dojo/dojox.git#1.16.3
bower dijit-themes#1.15.0-pre        ENOTFOUND Package dijit-themes not found

cogentParadigm avatar Sep 02 '20 19:09 cogentParadigm

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

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

cogentParadigm avatar Jan 28 '21 16:01 cogentParadigm

this issue still persists today. The work around worked for me too.

neghelder avatar Feb 27 '23 18:02 neghelder