Cveinnt / LiveTerm

💻 Build terminal styled websites in minutes!
https://liveterm.vercel.app
MIT License
4.67k stars 504 forks source link

Error on install #7

Closed okcoder2019 closed 2 years ago

okcoder2019 commented 2 years ago

error next@12.1.6: The engine "node" is incompatible with this module. Expected version ">=12.22.0". Got "10.19.0" error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. This error occurs when I try to run the first step in the install process, sh -c "$(curl -fsSL https://raw.github.com/Cveinnt/LiveTerm/main/install/install.sh)"

Cveinnt commented 2 years ago

Hi, Next.js requires Node.js to be version 12.22.0 or later. Updating your Node.js install should fix this.