We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 062488d commit 82db3afCopy full SHA for 82db3af
update.sh
@@ -1,8 +1,6 @@
1
#!/bin/bash
2
set -e
3
4
-hash npm 2>/dev/null || { echo >&2 "npm not found, exiting."; }
5
-
6
cd $(cd ${0%/*} && pwd -P);
7
8
versions=( "$@" )
0 commit comments