Artifact 38df099e8035c520a4b994cc473b55a1086e2b1001a209ec1f37749440584974:
- File gc_lang/fr/nodejs/note.md — part of check-in [5b89e2f4fe] at 2018-10-15 15:56:22 on branch nodejs — [njs] Add files for modules (user: IllusionPerdu, size: 350) [annotate] [blame] [check-ins using]
Note pour le dévellepement pour NodeJS
Commande pour définir l'utilisation d'un packetage local
cd core
npm link
cd ..
cd cli
npm link grammalecte
npm install
cd ..
Commande désintaller le packetage local et son utilisation
npm rm grammalecte --global
cd cli
npm unlink grammalecte
npm rm grammalecte-cli --global
cd ..