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 ~~~