Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/34.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在nrwl nx中生成NestJS模块会引发未处理的异常错误_Nestjs_Nrwl Nx - Fatal编程技术网

在nrwl nx中生成NestJS模块会引发未处理的异常错误

在nrwl nx中生成NestJS模块会引发未处理的异常错误,nestjs,nrwl-nx,Nestjs,Nrwl Nx,我试图从Nrwl nx项目中的cli生成一个NestJS模块,但收到一个错误消息 发生未处理的异常:在集合“@nrwl/nest”中未找到原理图“模块” 我正试着用 ng g@nrwl/nest:模块我的新模块名称 这是在Nrwl中实现这一点的正确方法,还是我们应该做其他事情?没有这样的示意图 您只能使用该模块生成nestjs模块 没有这样的示意图 您只能使用该模块生成nestjs模块

我试图从Nrwl nx项目中的cli生成一个NestJS模块,但收到一个错误消息

发生未处理的异常:在集合“@nrwl/nest”中未找到原理图“模块”

我正试着用

ng g@nrwl/nest:模块我的新模块名称

这是在Nrwl中实现这一点的正确方法,还是我们应该做其他事情?

没有这样的示意图

您只能使用该模块生成nestjs模块 没有这样的示意图

您只能使用该模块生成nestjs模块