MichalLytek / MichalLytek/typegraphql-prisma

No @generated/type-graphql folder in node_modules

Open
#407 7 comments 3 reactions 0 assignees View on GitHub
community question
Dominant language
TypeScript
Stars
918
Forks
130
PR merge metrics
No merged PRs in 30d

Description

**Describe the Bug**
I have followed your guide https://prisma.typegraphql.com/docs/basics/installation

No @generated/type-graphql folder in node_modules was generated

**To Reproduce**
Following your guide here on node 18.16.0?

**Environment (please complete the following information):**

- OS: Windows 10
- Node 18.16.0

{
"devDependencies": {
"prisma": "^5.0.0",
"typegraphql-prisma": "^0.27.0"
},
"scripts": {
"preinstall": "nvm install && nvm use"
},
"dependencies": {
"@apollo/server": "^4.8.1",
"@prisma/client": "^5.0.0",
"@types/graphql-fields": "^1.3.5",
"graphql": "^15.0.0",
"graphql-fields": "^2.0.3",
"graphql-scalars": "^1.22.2",
"tslib": "^2.6.0",
"type-graphql": "^1.1.1"
}
}

**Additional Context**

![image](https://github.com/MichalLytek/typegraphql-prisma/assets/40912775/03282b29-15f3-4347-aafd-146c281acc55)

![image](https://github.com/MichalLytek/typegraphql-prisma/assets/40912775/362f9145-ab73-49e6-b91a-4957c499c35c)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the installation guide with Node 18.16.0 and the listed Prisma, typegraphql-prisma, TypeGraphQL, and GraphQL versions, then inspect whether the generator creates the expected node_modules/@generated/type-graphql folder. Done means the missing generated folder is explained and the guide or installation behavior is corrected.

Written by the indexing model from the issue text.

Assessment

Tech stack
graphql, typescript
Domain
api, tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.