Artifact ea06c98861ec167bc2a2115cbda0b4bf46ed5a40a067478da6df75ac98d22604:
- File gc_lang/fr/nodejs/note.md — part of check-in [36bf480e0d] at 2018-10-15 20:35:34 on branch nodejs — [njs] Fix some spell/typo (user: IllusionPerdu, size: 360) [annotate] [blame] [check-ins using]
Note pour le dévellepement pour NodeJS
Commande pour définir l'utilisation d'un paquetage local
cd core
npm link
cd ..
cd cli
npm link grammalecte
npm install --global
cd ..
Commande désinstaller le paquetage local et son utilisation
npm rm grammalecte --global
cd cli
npm unlink grammalecte
npm rm grammalecte-cli --global
cd ..