I do not think Angular 2 is available on bower. You should use NPM npm install --save angular
Manu Le 10 déc. 2015 12:31, "Ernst Lubitsch" <[email protected]> a écrit : > I don't seem to be able to reference Angular2 in my Bower.json. > > When I write: > > > > > > * "dependencies": { "angular": "^2.0.0" }* > I get: *bower angular#^2.0.0 ENORESTARGET No tag found that was able > to satisfy ^2.0.0* > > Same for: > *"angular2": "^2.0.0"*, *"angular": "^2.0.0"*, *"angular2": > "2.0.0-alpha52"*, *"angular": "**2.0.0-alpha52"*. > > What's the correct string to include Angular2 using > Bower.json/gulp.json/package.json? > > -- > You received this message because you are subscribed to the Google Groups > "AngularJS" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
