Different directory
This commit is contained in:
parent
f26a272f3b
commit
a4966549d9
|
@ -151,7 +151,7 @@ function mesh_install_nodejs {
|
||||||
cp "$rootdir/usr/bin/npm" "$rootdir/root/npm"
|
cp "$rootdir/usr/bin/npm" "$rootdir/root/npm"
|
||||||
|
|
||||||
# TEST
|
# TEST
|
||||||
grep -r "require('os').cpus().length" "$rootdir/.npm-global/lib/node_modules"/*
|
grep -r "require('os').cpus().length" "$rootdir/usr/lib/node_modules"/*
|
||||||
|
|
||||||
# deliberately called again
|
# deliberately called again
|
||||||
nodejs_fix_cpu_detection
|
nodejs_fix_cpu_detection
|
||||||
|
|
Loading…
Reference in New Issue