nvm/test
Julien Gilli 2d692d9d78 Fix support for installing node on SmartOS
uname on SmartOS cannot be used to guess if 32 and/or 64 bits binaries
are supported, and its output is different than other uname commands on
other operating systems.

This change uses pkg_info to determine what types of binaries pkgsrc
would install. If pkg_info fails to run or is not present, this change
falls back to using isainfo -n, which determines what the kernel
supports.

It allows users to install node binaries on Solaris derivatives. io.js
can also be installed on Solaris derivatives starting with version
v3.3.1.
2015-09-30 22:10:29 -07:00
..
fast Fix support for installing node on SmartOS 2015-09-30 22:10:29 -07:00
install_script Detect shell type from $SHELL variable instead of .$SHELLrc files 2015-07-19 02:03:15 +02:00
installation `nvm reinstall-packages` should install the same version it had before. 2015-06-29 00:04:59 -07:00
mocks Fix support for installing node on SmartOS 2015-09-30 22:10:29 -07:00
slow Ensure that if `npm config get prefix` is set to something outside `nvm`, that `nvm use` refuses to work. 2015-09-21 04:47:37 -07:00
sourcing Make sure sourcing `nvm.sh` on shells that don't support source options doesn't exit nonzero. 2015-05-22 00:15:43 -07:00
common.sh Fix support for installing node on SmartOS 2015-09-30 22:10:29 -07:00