volumio / Volumio2-UI

Volumio2 Web Based User Interface
http://volumio.org
168 stars 164 forks source link

Some bower_components not in found npm registry #698

Closed xipmix closed 4 years ago

xipmix commented 4 years ago

During the deploy.sh script we see these errors:

ERR: Error: Not found : bootstrap-sass-official
ERR: Error: Not found : AngularHammer
ERR: Error: Not found : ngDraggable
ERR: Error: Not found : angular-mailchimp-subscribe
ERR: Error: Not found : angular-country-select

These are coming from src/app/themes/volumio/scripts/credits.js. The reason they are appearing is the packages don't seem to be in the npm registry, according to 'npm view'. Some are there, but under different names:

Perhaps those names need updating in the bower.json file?

The errors are minor and only seem to be affecting how the credits pages get filled out; I'm opening this just in case there is something deeper at play here. I was testing with nodejs 6.17.1

volumio commented 4 years ago

Thanks for reporting, I'm closing since its not a problem, Feel free to update packages names via PR