From 79499082c7ef118c12985765f3f54dde8036c597 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 3 Feb 2019 21:21:23 -0500 Subject: [PATCH] Update main.yml --- roles/nodejs/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nodejs/tasks/main.yml b/roles/nodejs/tasks/main.yml index 1505282a6..ce3e0e372 100644 --- a/roles/nodejs/tasks/main.yml +++ b/roles/nodejs/tasks/main.yml @@ -90,7 +90,7 @@ # where it upgrades /usr/bin/npm in place: # https://askubuntu.com/questions/1036278/npm-is-incorrect-version-on-latest-ubuntu-18-04-installation -# 2019-02-03: OLD WAY (PRIOR TO 2019) BELOW. Since them, @m-anish helped +# 2019-02-03: OLD WAY (PRIOR TO 2019) BELOW. Since then, @m-anish helped # us standardize on the above nodesource.com approach i.e. # https://github.com/nodesource/distributions#debinstall ...across all # distros (so nodejs & npm always findable in /usr/bin, for Node-RED etc)