Ver código fonte

worker-farm version

Bob Mottram 7 anos atrás
pai
commit
5125030fca
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/freedombone-utils-nodejs

+ 1
- 1
src/freedombone-utils-nodejs Ver arquivo

@@ -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 {