Error: node_modules\.pnpm\ws@8.16.0\node_modules\ws\lib\buffer-util.js
Hey!
Im developing an app using
- Neon (serverless)
- Prisma
- NextAuth
NextJS App Router.
I am trying to connect to the db to store data through NextAuth's Adapter.
However that isnt working, so I am trying to do after login manually, however getting an error explaining my ws module within node_modules is conflicting with mainly NextJS:
Here is my Repo: https://github.com/Danfraga33/investment_hub for any other.
I am following the docs of prisma, next auth, however being told by gemini that the issue is with neon.
2 Replies
xenial-black•2y ago
Did you try the steps here? I've never seen this error before, but seems to be something with your dependencies: https://stackoverflow.com/questions/71152952/what-does-npm-err-code-elsproblems-mean
Stack Overflow
What does npm ERR! code ELSPROBLEMS mean?
Building a node project, using serverless
Firstly I get the error
Error:
Error: npm ls -prod -json -depth=1 failed with code 1
at ChildProcess.<anonymous> (/Users/jrobens/NetBeansProjects/a...
xenial-black•2y ago
Your repo returns a 404 BTW