JohnVersus / solana-dapp-helloWorld

Simple solana smart contract testing app
MIT License
1 stars 2 forks source link

Doesn't work with node 18.18.2 #2

Open ksolana opened 8 months ago

ksolana commented 8 months ago

$ yarn install

error next-auth@4.10.3: The engine "node" is incompatible with this module. Expected version "^12.19.0 || ^14.15.0 || ^16.13.0". Got "18.18.2"
error Found incompatible module.
JohnVersus commented 8 months ago

try with npm. Or try changing the node version using the nvm module