MetaMask / metamask-module-template

A simple template repository for starting new modules in the latest MetaMask fashion.
26 stars 23 forks source link

updated readme to install the latest version with nvm #228

Closed kanthesha closed 10 months ago

kanthesha commented 10 months ago

The readme has been updated with the nvm install instruction for installing the node latest version.

mcmire commented 10 months ago

For context: https://github.com/MetaMask/module-lint/pull/19#discussion_r1373543536

Yeah, nvm use didn't install and it was complaining version "lts/* -> N/A". Then nvm install installed the latest version.