浏览代码

Set lil-pids version

Bob Mottram 7 年前
父节点
当前提交
aca9aed871
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-app-datserver

+ 1
- 1
src/freedombone-app-datserver 查看文件

@@ -239,7 +239,7 @@ function install_datserver {
239 239
 
240 240
     install_nodejs datserver
241 241
 
242
-    if ! npm install -g lil-pids; then
242
+    if ! npm install -g lil-pids@2.6.1; then
243 243
         echo $'unable to install lil-pids'
244 244
         exit 8456721
245 245
     fi