Windows - Erreur "npm does not support Node.js v14.16.1 - Git Bash
Si dans votre terminal Git Bash sous Windows, vous obtenez le message d'erreur suivant en exécutant une commande npm
:
npm WARN npm npm does not support Node.js v14.16.1 npm WARN npm You should probably upgrade to a newer version of node as we npm WARN npm can't make any promises that npm will work with this version. npm WARN npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11, 12. npm WARN npm You can find the latest version at https://nodejs.org/
Vous pouvez corriger cela en lançant depuis un terminal Git Bash exécuté en tant qu'administrateur :
$ curl https://www.npmjs.com/install.sh | sh
Cela aura pour effet d'installer la dernière version de NPM après avoir supprimé l'ancienne version.