keystone
keystone copied to clipboard
Module not found: Can't resolve 'slate-dom'
npm create keystone-app@latest
cd
npm run dev
Node-Version: v22.13.0
Did i do something wrong?
It isn't a permanent solution, but just run
npm i slate-dom
NextJs is going through a lot of updates and there is a bit of troubleshooting we have to do for now to keep up with these packages.
I'm having the same issue. I can confirm that installing npm install slate-dom fixes it.