harelpls
harelpls

Reputation: 161

Bower install unstable release (1.4.0-rc.0) of angular

Having trouble installing angular#1.4.0-rc.0 via bower - when I run:

bower install --save angular#1.4.0-rc.0

I get the error

no matches found: angular#1.4.0-rc.0

However running bower update angular shows packages that depend on 1.4.0-rc.0:

angular-cookies#1.4.0-rc.0 depends on angular#1.4.0-rc.0 which resolved to angular#1.4.0-rc.0

Adding "angular": "~1.4.0-rc.0" or "angular": "1.4.0-rc.0" doesn't help either!

Thanks guys!

Upvotes: 0

Views: 855

Answers (2)

nitin
nitin

Reputation: 3787

delete your previous bower_components folder or your custom location.

Upvotes: 2

harelpls
harelpls

Reputation: 161

Thanks to @nitin, deleting my bower_components folder and reinstalling did the trick.

Upvotes: 1

Related Questions