avalanche-docs
avalanche-docs copied to clipboard
Node Version is Outdated in Using Hardhat with Avalanche C-Chain Guide
The Using Hardhat with Avalanche C-Chain Guide (new beta docks link here) suggests using Node version 14.17.0, but this appears to be outdated:
$ npm install avalanche@latest
npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":">=16.13.0"} (current: {"node":"14.17.0","npm":"6.14.13"})
It's here in this repo.
Current LTS appears to be Node 16.*