KanoComputing / make-art

App to learn programming using a basic CoffeeScript drawing API
GNU General Public License v2.0
47 stars 37 forks source link

npm install error #400

Open danielpadilha opened 7 years ago

danielpadilha commented 7 years ago

I am trying to build code in Ubuntu 16.04 to translate to Portuguese-BR, with this settings

npm --version 4.5.0 node --version v6.10.2 bower --version 1.8.0

but i got this error

bower ECMDERR Failed to execute "git ls-remote --tags --heads git@github.com:KanoComputing/web-components.git", exit code of #128 remote: Repository not found. fatal: repository 'https://github.com/KanoComputing/web-components.git/' not found

Additional error details: remote: Repository not found. fatal: repository 'https://github.com/KanoComputing/web-components.git/' not found

is it a private repository?

jamesrabbitt commented 7 years ago

Same issue here

gimox commented 7 years ago

+1 here

npm --version 5.3 node --version v6.10

512banque commented 6 years ago

same here. It seems to have been deleted.

japonophile commented 6 years ago

same issue here

I removed the following line from bower.json and was able to build: "web-components": "git@github.com:KanoComputing/web-components",