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)