标签: angular webstorm nestjs angular-universal
嘿,我正在尝试将@ nestjs / ng-universal用于服务器端渲染添加到新生成的角度项目中。
尝试添加软件包时出现以下错误:
$ ng add @nestjs/ng-universal ... ? What is the name of your application? my-project Cannot read property 'kind' of undefined
所以发生了什么事。它是一个新生成的Angular 8 CLI项目。几周前它运行良好!