diff --git a/src/freedombone-utils-nodejs b/src/freedombone-utils-nodejs
index 2cf4683224acc66567d8c7603e0ea0ffe3f2bd5e..e3ce8913bc264d3f7b766e1d7deb56a786ed178c 100755
--- a/src/freedombone-utils-nodejs
+++ b/src/freedombone-utils-nodejs
@@ -88,7 +88,7 @@ function nodejs_fix_cpu_detection {
     fi
 
     # installing worker farm fixes the cpu detection bug
-    $mesh_install_nodejs_prefix npm install --arch=$NPM_ARCH -g worker-farm@1.6.0 --save
+    #$mesh_install_nodejs_prefix npm install --arch=$NPM_ARCH -g worker-farm@1.6.0 --save
 }
 
 function mesh_install_nodejs {