ソースを参照

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 {