NPM Installer Exécuter le correctif d'audit

rm -rf node_modules

rm package-lock.json yarn.lock
npm cache clear --force
npm install
mr.dar