Error angular firstYo
使用yeoman創(chuàng)建項(xiàng)目時(shí),出現(xiàn)如下信息:
You don't seem to have a generator with the name angular installed.
You can see available generators with npm search yeoman-generator and then instatall [name].
To see the 0 registered generators run yo with the `--help` option.
2014-12-29
這是因?yàn)樵谑褂胓enerator之前沒(méi)有先行安裝對(duì)應(yīng)的generator, 如果是angular的話(huà), 需要先運(yùn)行 npm install -g generator-angular 進(jìn)行安裝。
2016-06-28
http://www.zhoulujun.cn/zhoulujun/html/webfront/ECMAScript/nodejs/7844.html
2016-06-28
參考下……h(huán)ttp://www.zhoulujun.cn/zhoulujun/html/webfront/ECMAScript/nodejs/7844.html
2016-01-08
樓主您好!我也遇到了相同的問(wèn)題!您說(shuō)說(shuō)的"發(fā)現(xiàn)是node_path配置的問(wèn)題,修改之后,就沒(méi)問(wèn)題了。"是怎么修改呢?
2015-02-10
npm i yo -g
npm i yeoman/generator-webapp
npm i yeoman/generator-mocha
yo webapp