Przeglądaj źródła

Different directory

Bob Mottram 7 lat temu
rodzic
commit
a4966549d9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/freedombone-utils-nodejs

+ 1
- 1
src/freedombone-utils-nodejs Wyświetl plik

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