Artifact 55b550e7af44efab831e370459f34837579f9bc097857e96c17c679cc366d751:
- File gc_lang/fr/nodejs/note.md — part of check-in [23d95509f4] at 2018-10-17 16:07:31 on branch nodejs — [njs] fix labels and few mistakes (user: olr, size: 364) [annotate] [blame] [check-ins using] [more...]
Note pour le développement 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 ..