wslyvh / nexth

A Next.js + Ethereum starter kit with Viem, Wagmi, Web3Modal, SIWE, Tailwind, daisyUI and more to quickly ship production-ready Web3 Apps ⚡
https://nexth.vercel.app/
MIT License
671 stars 141 forks source link

Found incompatible module #3

Closed Utilitycoder closed 1 year ago

Utilitycoder commented 1 year ago

I ran into the below error while trying to install the dependencies:

usehooks-ts@2.9.1: The engine "node" is incompatible with this module. Expected version ">=16.15.0". Got "16.13.2"

I was able to resolve it with this command: "yarn install --ignore-engines" and thought I should open an issue in case anyone else is having the same problem.