remix-fundamentals
remix-fundamentals copied to clipboard
npm run setup fails
git, node, npm versions
console logs
I just started the course but I can't set it up properly because the npm run setup command fails
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.
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.