You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
keystatic % pnpm install
Scope: all 21 workspace projects
../.. postinstall$ preconstruct dev && manypkg check && cd packages/keystatic && pnpm run setup
│ 🎁 info project is valid!
│ Browserslist: caniuse-lite is outdated. Please run:
│ npx update-browserslist-db@latest
│ Why you should do it regularly: https://github.com/browserslist/update-db#readme
│ 🎁 success created links!
│ ☔️ success workspaces valid!
│ > @keystatic/[email protected] setup /Users/fmc/Development/NPM/keystatic/packages/keystatic
│ > ts-gql build && tsx scripts/l10n.cts && tsx scripts/build-prism.cts
└─ Done in 3.4s
Done in 6.1s
But I cannot start the system…
keystatic % pnpm run dev
> @keystatic/[email protected] dev /Users/fmc/Development/NPM/keystatic/packages/keystatic
> next dev
sh: next: command not found
ELIFECYCLE Command failed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to get keystatic running to see if I could contribute a feature.
However, I am stuck…
The installation seems to work fine
At least after getting #1284 going.
But I cannot start the system…
The docs hint at possible issues related to corepack https://github.com/Thinkmill/keystatic/blob/main/README.md?plain=1#L70-L72 But I don't see how that might be related or how to check if it is.
Maybe @simonswiss this is something for a new livestream on Keystatic: How to add a feature to core…
Beta Was this translation helpful? Give feedback.
All reactions