Closed damikun closed 9 months ago
Ok solution there is missing .npmrc
file with content auto-install-peers=true
Thanks for the issue. Added slate-hyperscript
to deps.
Pls @zbeyens also check for this
Fixed:
"pnpm": {
"peerDependencyRules": {
"allowAny": ["react", "react-dom"],
"ignoreMissing": ["scheduler"]
}
}
I`m still facing more issues when i wanna run locally..
const nextConfig = {
experimental: {
appDir: true,
},
}
And after setting up still not able to run locally after dev server starts isn`t there some missing config ?
I think it's an issue on your side. It works flawlessly on a new clone repo: pnpm install
then pnpm dev
.
Ahh i was using template by pnpm create next-app -e https://github.com/udecode/plate-playground-template
from ReadMe
Can confirm that using pnpm install
and pnpm dev
it works.. But seems template way not..
Updated the README
I have issue to make it run after installing i get some errors for peer deps.. I'm using pnpm as was in Readme but also tried yarn cannot install and build properly...
slate-hyperscript seem to be issue... What Noe you use ?