I have tryde node 14, 15, 17, and 18,
core framework works fine on 14.
but when try to install the plugin chat versions of the npm packet are wrong for some. can fully download it bc he asks for diffrent node versions in the same npm download.
PS D:\my-rpg-game> npm install @rpgjs/chat
npm ERR! code ENOTSUP
npm ERR! notsup Unsupported engine for nanostores@0.8.1: wanted: {"node":"16.0.0 >=18.0.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
npm ERR! notsup Not compatible with your version of node/npm: nanostores@0.8.1
npm ERR! notsup Not compatible with your version of node/npm: nanostores@0.8.1
npm ERR! notsup Required: {"node":"16.0.0 >=18.0.0"}
npm ERR! notsup Actual: {"npm":"6.14.18","node":"14.21.3"}
npm ERR! A complete log of this run can be found in:
npm ERR! X
PS D:\my-rpg-game> npm install @rpgjs/chat
npm ERR! code ENOTSUP
npm ERR! notsup Unsupported engine for nanostores@0.8.1: wanted: {"node":"16.0.0 >=18.0.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
npm ERR! notsup Not compatible with your version of node/npm: nanostores@0.8.1
npm ERR! notsup Not compatible with your version of node/npm: nanostores@0.8.1
npm ERR! notsup Required: {"node":"16.0.0 >=18.0.0"}
npm ERR! notsup Actual: {"npm":"6.14.18","node":"14.21.3"}
npm ERR! A complete log of this run can be found in:
npm ERR! x
PS D:\my-rpg-game> nvm use 17
Now using node v17.9.1 (64-bit)
PS D:\my-rpg-game> npm install @rpgjs/chat
npm WARN config global --global
, --local
are deprecated. Use --location=global
instead.
npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: my-game@3.3.2
npm ERR! notsup Not compatible with your version of node/npm: my-game@3.3.2
npm ERR! notsup Required: {"node":"<15"}
npm ERR! notsup Actual: {"npm":"8.11.0","node":"v17.9.1"}
npm ERR! A complete log of this run can be found in: X