Receiving the following:
**Your pnpm version is incompatible with "C:\jellyseerr".
Expected version: ^9.0.0
Got: 10.23.0
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".
Your Node version is incompatible with "C:\jellyseerr".
Expected version: ^22.0.0
Got: v25.2.1
This is happening because the package's manifest has an engines.node field specified.
To fix this issue, install the required Node version.
C:\jellyseerr>pnpm -v
10.23.0
C:\jellyseerr>nvm install 22
'nvm' is not recognized as an internal or external command,
operable program or batch file.**