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