Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When running `npm run dev` I get ```bash > dev > pnpm run -F frontend dev ERR_PNPM_UNSUPPORTED_ENGINE Unsupported environment (bad pnpm and/or Node.js version) Your pnpm version is incompatible with "/Users/no/code/inkathon". Expected version: 8 Got: 9.0.2 This is happening because the package's manifest has an engines.pnpm field specified. To fix this issue, install the required pnpm version globally. To install the latest version of pnpm, run "pnpm i -g pnpm". To check your pnpm version, run "pnpm -v". ``` adding a `>=` makes it runnable with 9.0.2 and i assume it is a safe alteration
- Loading branch information