diff --git a/src/freedombone-utils-nodejs b/src/freedombone-utils-nodejs index 641a49b6..81b7f9d7 100755 --- a/src/freedombone-utils-nodejs +++ b/src/freedombone-utils-nodejs @@ -141,6 +141,9 @@ function mesh_install_nodejs { cp "$rootdir/usr/local/bin/npm" /usr/bin/npm fi cp "$rootdir/usr/bin/npm" "$rootdir/root/npm" + if [ -f "$rootdir/usr/bin/node" ]; then + cp "$rootdir/usr/bin/node" "$rootdir/usr/local/bin/node" + fi # check the version numbers cat < "$rootdir/usr/bin/test_nodejs_install"