Artifact 9cf07414eb4ee7a19c06378c895db196c2d75ec3ae202664e04de084276f3a46:
- File gc_lang/fr/nodejs/note.md — part of check-in [5815576455] at 2018-10-17 13:44:21 on branch nodejs — [njs] fix typos and mistakes (user: olr, size: 364) [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 ..