componentjs/component

Failed to fetch underscore remote dependency

bigmeech opened this issue · 2 comments

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.

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

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

Thanks Jonathan. All good now.