Angularjs 无法使用Yeoman创建新的angular应用程序

Angularjs 无法使用Yeoman创建新的angular应用程序,angularjs,Angularjs,我正在使用nodev4.2.4我安装了generator并尝试创建Angular应用程序,如下所示 yo angular myApp 我得到以下错误 You don't seem to have a generator with the name angular:common:/usr/local/lib/node_modules/generator-angular/app/index.js installed. You can see available generators with n

我正在使用node
v4.2.4
我安装了generator并尝试创建Angular应用程序,如下所示

yo angular myApp 
我得到以下错误

You don't seem to have a generator with the name angular:common:/usr/local/lib/node_modules/generator-angular/app/index.js installed.
You can see available generators with npm search yeoman-generator and then install them with npm install [name].
To see the 15 registered generators run yo with the `--help` option.
运行
yo--help
后,我得到以下结果

Available Generators:
  angular
    common
    constant
    controller
    decorator
    directive
    factory
    filter
    main
    provider
    route
    service
    value
    view
  karma

我在这里遗漏了什么吗?

看一看。这是一个悬而未决的问题。不幸的是,还没有修复。正如前面所说的,还没有修复。我建议使用其他发电机,如angular fullstack或gulp angular。