Open alanstriglio opened 4 years ago
I am also facing the same issue.
+1 same issue being face by me
for reference
"dependencies": { "@types/cors": "^2.8.6", "@types/node": "^14.0.13", "cors": "^2.8.5", "nexus": "^0.26.0", "nexus-plugin-prisma": "^0.17.0", "node-fetch": "^2.6.0", "ts-node": "^8.10.2", "typescript": "^3.8.3" }
Hello, I'm using Nexus
0.26.0-next.7
on Windows machine.When I run the command
npx nexus build
Nexus is not able to build the application and return the following errors:npx nexus dev
works perfectly.