ソースを参照

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