dzzzzzy / Nestjs-Learning

nestjs 学习教程 :books:,跟我一起学习 nest 框架~ :muscle:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Cannot find module 'graphql/utilities/buildASTSchema'

tomoat opened this issue · comments

安装模块,运行rest-api,会出现错误: Error: Cannot find module 'graphql/utilities/buildASTSchema'

另外提一下,package.json缺失了@nestjs/graphql模块

@tomoat 非常感谢,这个问题是我在 rest-api demo 中多导入了 GraphQLModule,现在已经修复。