42_npmjs: add missing sudo dependency to META.json pod

git-svn-id: https://svn.fhem.de/fhem/trunk@18641 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
loredo
2019-02-19 13:51:01 +00:00
parent fbfd46e97a
commit b03441e13d

View File

@@ -1686,7 +1686,9 @@ sub ToDay() {
},
"suggests": {
"ALL=NOPASSWD: /usr/bin/npm install *": 0,
"ALL=NOPASSWD: /usr/local/bin/npm install *": 0
"ALL=NOPASSWD: /usr/local/bin/npm install *": 0,
"ALL=NOPASSWD: /usr/bin/npm uninstall *": 0,
"ALL=NOPASSWD: /usr/local/bin/npm uninstall *": 0
}
}
},