diff --git a/beagleboard.org_image.sh b/beagleboard.org_image.sh index 6c3c95df4bb7ba312c3cd6862788cd455d43b274..5f70f9131891bf949e90d8ff9b2d97ca170b0b0e 100755 --- a/beagleboard.org_image.sh +++ b/beagleboard.org_image.sh @@ -285,6 +285,8 @@ chroot_nuke_root_password="enable" chroot_cloud9_ide="enable" chroot_cloud9_node_version="v0.10.22" chroot_cloud9_node_options="--without-snapshot --shared-cares --shared-openssl --shared-zlib --prefix=/usr/local/" +#chroot_cloud9_node_version="v0.8.26" +#chroot_cloud9_node_options="--without-snapshot --shared-openssl --shared-zlib --prefix=/usr/local/" #no_pkgs="enable" dpkg_arch="armhf" diff --git a/scripts/chroot.sh b/scripts/chroot.sh index acfc8bf601e35739c896b828e8d7abe092d2f4b6..61affbe038b82c76ab4a1000293d12727d6f1301 100755 --- a/scripts/chroot.sh +++ b/scripts/chroot.sh @@ -707,6 +707,9 @@ cat > ${DIR}/chroot_script.sh <<-__EOF__ #qemu_warning #curl https://npmjs.org/install.sh | sh + echo "debug: node: [\`node --version\`]" + echo "debug: npm: [\`npm --version\`]" + qemu_command="npm install -g sm" qemu_warning npm install -g sm