Procházet zdrojové kódy

Different directory

Bob Mottram před 7 roky
rodič
revize
a4966549d9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/freedombone-utils-nodejs

+ 1
- 1
src/freedombone-utils-nodejs Zobrazit soubor

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