【发布时间】:2016-01-13 10:58:25
【问题描述】:
我正在使用 MeanJs 并尝试按照教程进行操作。当我尝试将此行放入 cmd 终端时出现此错误:
yo meanjs:crud-module customers
一旦我把它放进去,我就会得到这个回应:
You don't seem to have a generator with the name meanjs:crud-module installed.
You can see available generators with npm search yeoman-generator and then install them with npm install [name].
To see the 2 registered generators run yo with the `--help` option.
【问题讨论】:
标签: node.js mean-stack meanjs