cornernote / minetest-bower

A package manager for Minetest.
https://minetest-bower.herokuapp.com/
11 stars 3 forks source link

bower ENOTFOUND Package Creatures MOB-Engine=creatures-mob-engine not found #43

Open nobicycle opened 5 years ago

nobicycle commented 5 years ago

Thanks for minetest-bower This issue is the same as issue #30, but I open a new but generic issue issue

This error occurs when performing bower install of numerous mods, including creatures-mob-engine:

bower ENOTFOUND Package Creatures MOB-Engine=creatures-mob-engine not found

$ bower install creatures-mob-engine bower creatures-mob-engine# cached https://github.com/BlockMen/cme.git#2.3.1 bower creatures-mob-engine# validate 2.3.1 against https://github.com/BlockMen/cme.git#* bower ENOTFOUND Package Creatures MOB-Engine=creatures-mob-engine not found

cornernote commented 5 years ago

When it downloads, the folder name is enclosed in single quotes '.

$ ls mods/
'Creatures MOB-Engine'   mods_here.txt

It seems to do with the name in the bower.json. I recommend naming it the same as the repo name.

Eg, change Creatures MOB-Engine to creatures-mob-engine, then click the UPDATE button on the MinetestBower site. Let me know if that helps or not.