FrontendMasters / remix-fundamentals

Remix enables you to build fantastic user experiences for the web and feel happy with the code that got you there. Get a jumpstart on Remix with this workshop.
https://frontendmasters.com/workshops/remix/
Other
258 stars 115 forks source link

npm run setup fails #26

Open paolo-arroyo opened 1 year ago

paolo-arroyo commented 1 year ago

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 commented 1 year ago

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.

reinaldorrivas commented 8 months ago

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