remix-fundamentals icon indicating copy to clipboard operation
remix-fundamentals copied to clipboard

npm run setup fails

Open paolo-arroyo opened this issue 2 years ago • 2 comments

git, node, npm versions

image

console logs

image

I just started the course but I can't set it up properly because the npm run setup command fails

paolo-arroyo avatar Nov 24 '23 17:11 paolo-arroyo

Found that the issue is with running Ubuntu on WSL running a version of OpenSSL that Prisma doesn't support. No issues when working in my native Windows environment.

paolo-arroyo avatar Nov 24 '23 18:11 paolo-arroyo

I just removed the package-lock.json and ran this command: npm install @prisma/client@dev prisma@dev --save-dev and it works!

I use WSL too.

image

image

image

image

reinaldorrivas avatar Apr 07 '24 19:04 reinaldorrivas