generator-angular module is not creating a new project

后端 未结 2 1155
执笔经年
执笔经年 2021-01-12 11:25

I am new to yeoman set of tools. I run following commands in Ubuntu 12

$ npm install -g yo
$ npm install -g generator-webapp
$ yo webapp           
         


        
2条回答
  •  [愿得一人]
    2021-01-12 11:40

    In my case,

    ISSUE: 'yo doctor' can find no errors on Windows 10. Updating yeoman didn't fix. FIX: May be a permission problem. I opened command prompt as Admin , run yo xxxx, it worked.

提交回复
热议问题