Berian Chaiwa
05/24/2022, 4:01 PMError: Could not resolve @prisma/client despite the installation that we just tried.
Please try to install it by hand with yarn add @prisma/client and rerun yarn prisma generate 🙏.Berian Chaiwa
05/24/2022, 4:01 PMyarn prisma generateJason Kleinberg
05/24/2022, 6:17 PMnode_modules?Berian Chaiwa
05/24/2022, 8:41 PMNurul
05/25/2022, 10:32 AMBerian Chaiwa
05/25/2022, 1:12 PM{
"name": "server",
"packageManager": "yarn@3.2.1",
"engines": {
"node": ">=17.6.0"
},
"dependencies": {
"@prisma/client": "3.14.0",
"apollo-server-core": "^3.7.0",
"apollo-server-express": "^3.7.0",
"express": "^4.18.1",
"graphql": "^16.5.0"
},
"devDependencies": {
"prisma": "3.14.0",
"prisma-erd-generator": "^0.11.3"
}
}Berian Chaiwa
05/25/2022, 1:41 PMyarn prisma generate again but still getting the same error.Berian Chaiwa
05/25/2022, 3:44 PMnpm and all looks good for now! 🙂Berian Chaiwa
05/25/2022, 5:28 PMfatal: unable to access '<https://github.com/nvm-sh/nvm.git/>': Failed to connect to <http://github.com|github.com> port 443: Connection timed out
Failed to clone nvm repo. Please report this!Jason Kleinberg
05/25/2022, 7:24 PMhttps it’s on port 443.
I don’t know why you would be having issues on that port. If you are able to load sites using https , then that should mean that the port isn’t blocked. If so, then you need to talk to your network admin.Berian Chaiwa
05/25/2022, 7:34 PMJason Kleinberg
05/25/2022, 9:08 PMBerian Chaiwa
05/25/2022, 10:11 PMWarning: the ECDSA host key for '<http://github.com|github.com>' differs from the key for the IP address '140.82.121.3'
Offending key for IP in /home/chaiwa/.ssh/known_hosts:2
Matching host key in /home/chaiwa/.ssh/known_hosts:17
Are you sure you want to continue connecting (yes/no)? yes