I am wondering if i have to use a specific node version ? i did the normal yarn install && yarn dev and it looks like i am getting unsatisfied dependency errors.
$node --version
v18.12.1
$yarn --version
3.3.0
$npm --version
8.19.2
$yarn install
➤ YN0000: ┌ Resolution step
➤ YN0002: │ @nodl/react@npm:1.0.3 [71222] doesn't provide zod (p03074), requested by @nodl/core
➤ YN0060: │ @nodl/three-js-example@workspace:. provides react (p99328) with version 18.2.0, which doesn't satisfy what leva and some of its descendants request
➤ YN0060: │ @nodl/three-js-example@workspace:. provides react-dom (p71249) with version 18.2.0, which doesn't satisfy what leva and some of its descendants request
➤ YN0002: │ @nodl/three-js-example@workspace:. doesn't provide zod (p7a176), requested by @nodl/core
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
➤ YN0000: └ Completed
➤ YN0000: ┌ Link step
➤ YN0000: └ Completed
➤ YN0000: Done with warnings in 0s 401ms
Hi.
I am wondering if i have to use a specific node version ? i did the normal
yarn install && yarn dev
and it looks like i am getting unsatisfied dependency errors.