Commit cc4cf452 authored by Hunter Loftis's avatar Hunter Loftis

url for old npm warning

parent 58adc723
...@@ -29,6 +29,6 @@ warn_old_npm() { ...@@ -29,6 +29,6 @@ warn_old_npm() {
local npm_version=$1 local npm_version=$1
if [ "${npm_version:0:1}" -lt "2" ]; then if [ "${npm_version:0:1}" -lt "2" ]; then
local latest_npm=$(curl --silent --get https://semver.herokuapp.com/npm/stable) local latest_npm=$(curl --silent --get https://semver.herokuapp.com/npm/stable)
warning "This version of npm ($npm_version) has several known issues - consider upgrading to the latest release ($latest_npm)" warning "This version of npm ($npm_version) has several known issues - consider upgrading to the latest release ($latest_npm)" "https://devcenter.heroku.com/articles/nodejs-support#specifying-an-npm-version"
fi fi
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment