can not create yeoman project on my mac running OS X Yosemite 10.11.2 (angular-generator)
npm WARN EPEERINVALID [email protected] requires a peer of karma@>=0.10 <=0.13 but none was installed. [10:29:09] Using gulpfile ~/Workspace/yeoman/mytodo/gulpfile.js [10:29:09] Task 'wiredep' is not in your gulpfile [10:29:09] Please check the documentation for proper gulpfile formatting ? Overwrite package.json? overwrite this and all others force package.json create .travis.yml mytodo@ /Users/alan/Workspace/yeoman/mytodo ├── UNMET PEER DEPENDENCY [email protected] ├─┬ [email protected] │ └── [email protected] ├─┬ [email protected] │ └─┬ [email protected] │ └─┬ [email protected] │ └─┬ [email protected] │ └─┬ [email protected] │ └─┬ [email protected] │ └── [email protected] ├─┬ [email protected] │ └── [email protected] ├─┬ [email protected] │ └─┬ [email protected] │ └─┬ [email protected] │ └── [email protected] ├── UNMET PEER DEPENDENCY jasmine-core@* ├── UNMET PEER DEPENDENCY karma@^0.13.0 || >= 0.14.0-rc.0 ├── [email protected] ├─┬ [email protected] │ └── [email protected] └── UNMET PEER DEPENDENCY phantomjs@>=1.9
npm WARN EPEERINVALID [email protected] requires a peer of karma@>=0.10 <=0.13 but none was installed. npm WARN EPEERINVALID [email protected] requires a peer of jasmine-core@* but none was installed. npm WARN EPEERINVALID [email protected] requires a peer of [email protected] but none was installed. npm WARN EPEERINVALID [email protected] requires a peer of karma@^0.13.0 || >= 0.14.0-rc.0 but none was installed. npm WARN EPEERINVALID [email protected] requires a peer of karma@>=0.9 but none was installed. npm WARN EPEERINVALID [email protected] requires a peer of phantomjs@>=1.9 but none was installed.
use yeoman angular-generator,when I run 'gulp serve',the console shows:
Uncaught ReferenceError: angular is not defined!