From 7c5c1f2331328101222d62eef65338d580b328c8 Mon Sep 17 00:00:00 2001 From: btatu Date: Thu, 1 Feb 2018 09:49:27 +0100 Subject: [PATCH] car il peut aussi y avoir d'autres module que npm --- HowtoNodeJS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HowtoNodeJS.md b/HowtoNodeJS.md index 44c93b5c..15b2d948 100644 --- a/HowtoNodeJS.md +++ b/HowtoNodeJS.md @@ -67,6 +67,6 @@ Et ainsi rendre la commande disponible via /usr/bin/ et les biblioth ~~~ npm install -g npm -chown -R root: /usr/lib/node_modules/npm -chmod -R 755 /usr/lib/node_modules/npm +chown -R root: /usr/lib/node_modules +chmod -R 755 /usr/lib/node_modules ~~~