-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get error when run npm run build command #7543
Comments
Possibly related to this? nestjs/graphql#1621 |
it seems apollo-cache-control conflits with [email protected]. I resolved this issue by manually installing [email protected]! (apollo-cache-control is deprecated for apollo-server-core@^3.0.0. I hope nestjs/graphql#1625 resolves this issue) |
after install @apollo/gateway, get new error:
|
|
Hello.
When I update the project, the project will no longer run and will give an error
I ran the following command and the error started:
npm update
Errors:
Environment
Mac Os Big sur
Node: v14.16.1
Nest version: 7.6.15
The text was updated successfully, but these errors were encountered: