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

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

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
}
}
},