angular / material-start

Starter Repository for AngularJS Material
https://angularjs-material-start.web.app
MIT License
2.21k stars 1.21k forks source link

Getting started issue peer dependencies #167

Closed camerongreen closed 5 years ago

camerongreen commented 7 years ago

Prob just need an explanation. I figure I could just bower install things, but I note there isn't a bower.json and I figure that would be explained in the es5 tutorial.

So this is as far as I got:

$ git clone https://github.com/angular/material-start.git into 'material-start'... remote: Counting objects: 1432, done. remote: Total 1432 (delta 0), reused 0 (delta 0), pack-reused 1432 Receiving objects: 100% (1432/1432), 342.53 KiB | 116.00 KiB/s, done. Resolving deltas: 100% (723/723), done. $ cd material-start/ $ git checkout es5-tutorial Branch es5-tutorial set up to track remote branch es5-tutorial from origin. Switched to a new branch 'es5-tutorial' $ npm install

typechecker@2.0.8 preinstall project/material-start/node_modules/.staging/typechecker-f9b7e0f1 node ./cyclic.js

material-start@0.0.0 postinstall project/material-start bower update

material-start@0.0.0 project/material-start ├── UNMET PEER DEPENDENCY angular@1.6.2 ├── UNMET PEER DEPENDENCY angular-animate@1.6.2 ├── UNMET PEER DEPENDENCY angular-aria@1.6.2 ├── angular-material@1.1.3 ├── UNMET PEER DEPENDENCY angular-messages@1.6.2 ├── angular-mocks@1.6.2 └─┬ live-server@0.9.2 ├── colors@1.1.2 ├─┬ connect@3.4.1 │ ├─┬ debug@2.2.0 │ │ └── ms@0.7.1 │ ├─┬ finalhandler@0.4.1 │ │ └── unpipe@1.0.0 │ ├── parseurl@1.3.1 │ └── utils-merge@1.0.0 ├─┬ event-stream@3.3.4 │ ├── duplexer@0.1.1 │ ├── from@0.1.3 │ ├── map-stream@0.1.0 │ ├── pause-stream@0.0.11 │ ├── split@0.3.3 │ ├── stream-combiner@0.0.4 │ └── through@2.3.8 ├─┬ faye-websocket@0.10.0 │ └─┬ websocket-driver@0.6.5 │ └── websocket-extensions@0.1.1 ├─┬ morgan@1.8.0 │ ├── basic-auth@1.1.0 │ ├─┬ debug@2.6.0 │ │ └── ms@0.7.2 │ ├── depd@1.1.0 │ ├─┬ on-finished@2.3.0 │ │ └── ee-first@1.1.1 │ └── on-headers@1.0.1 ├── object-assign@4.1.1 ├─┬ opn@4.0.2 │ └─┬ pinkie-promise@2.0.1 │ └── pinkie@2.0.4 ├─┬ send@0.14.2 │ ├── destroy@1.0.4 │ ├── encodeurl@1.0.1 │ ├── escape-html@1.0.3 │ ├── etag@1.7.0 │ ├── fresh@0.3.0 │ ├─┬ http-errors@1.5.1 │ │ ├── inherits@2.0.3 │ │ └── setprototypeof@1.0.2 │ ├── mime@1.3.4 │ ├── ms@0.7.2 │ ├── range-parser@1.2.0 │ └── statuses@1.3.1 ├─┬ serve-index@1.8.0 │ ├─┬ accepts@1.3.3 │ │ └── negotiator@0.6.1 │ ├── batch@0.5.3 │ └─┬ mime-types@2.1.14 │ └── mime-db@1.26.0 └─┬ watchr@2.3.10 └─┬ bal-util@1.18.0 ├── ambi@2.0.0 ├── eachr@2.0.4 ├── extendr@2.0.1 ├── getsetdeep@2.0.0 ├── safecallback@1.0.1 ├── safefs@2.0.3 ├── taskgroup@2.0.0 └── typechecker@2.0.8

npm WARN material-start@0.0.0 requires a peer of angular@@>=1.3 <1.6 but none was installed. npm WARN material-start@0.0.0 requires a peer of angular-animate@^@>=1.3 <1.6 but none was installed. npm WARN material-start@0.0.0 requires a peer of angular-aria@@>=1.3 <1.6 but none was installed. npm WARN material-start@0.0.0 requires a peer of angular-messages@@>=1.3 <1.6 but none was installed. npm WARN angular-material@1.1.3 requires a peer of angular@>=1.3 <1.6 but none was installed. npm WARN angular-material@1.1.3 requires a peer of angular-animate@>=1.3 <1.6 but none was installed. npm WARN angular-material@1.1.3 requires a peer of angular-aria@>=1.3 <1.6 but none was installed.

ThomasBurleson commented 7 years ago

This issue is related to ngMaterial v1.1.3 and here: https://github.com/angular/material/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20peer%201.6%20