componentjs / component

frontend package manager and build tool for modular web applications
https://github.com/componentjs/guide
MIT License
4.55k stars 306 forks source link

Failed to fetch underscore remote dependency #593

Closed bigmeech closed 10 years ago

bigmeech commented 10 years ago

For some unknown reason i cannot fetch underscore remotely. It gives me a 404 when i run component install --dev.

error : failed to fetch https://raw.githubusercontent.com/component/underscore/master/component.json, got 404 "Not Found"

I followed that link on the browser and it seems its not available on that location. how can i point component to the correct location or fix the issue in general.

jonathanong commented 10 years ago

check the actual repo before you download stuff: https://github.com/component/underscore

use https://github.com/components/underscore instead

bigmeech commented 10 years ago

Thanks Jonathan. All good now.