瀏覽代碼

Different directory

Bob Mottram 7 年之前
父節點
當前提交
a4966549d9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-utils-nodejs

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

@@ -151,7 +151,7 @@ function mesh_install_nodejs {
151 151
     cp "$rootdir/usr/bin/npm" "$rootdir/root/npm"
152 152
 
153 153
     # TEST
154
-    grep -r "require('os').cpus().length" "$rootdir/.npm-global/lib/node_modules"/*
154
+    grep -r "require('os').cpus().length" "$rootdir/usr/lib/node_modules"/*
155 155
 
156 156
     # deliberately called again
157 157
     nodejs_fix_cpu_detection