浏览代码

worker-farm version

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

+ 1
- 1
src/freedombone-utils-nodejs 查看文件

@@ -66,7 +66,7 @@ function nodejs_fix_cpu_detection {
66 66
         sed -i "s|require('os').cpus.*|1|g" "$rootdir/usr/lib/node_modules/npm/node_modules/worker-farm/lib/farm.js"
67 67
     fi
68 68
     # installing worker farm fixes the cpu detection bug
69
-    $mesh_install_nodejs_prefix npm install --arch=$NPM_ARCH -g worker-farm@1.5.2 --save
69
+    $mesh_install_nodejs_prefix npm install --arch=$NPM_ARCH -g worker-farm@1.6.0 --save
70 70
 }
71 71
 
72 72
 function mesh_install_nodejs {