any suggestions?
# orm-help
s
any suggestions?
r
@sanyam pandey 👋 Which dependencies are broken? We can fix those in the examples.
I downloaded the repo and development is working fine for me via
npm run dev
r
Try using
yarn
or
npm install --legacy-peer-deps
s
using yarn helped
thanks 🙂
👍 1