]> git.evergreen-ils.org Git - working/random.git/commit
Ancient version of npm installed with nodejs 0.10 was bad
authorDan Scott <dscott@laurentian.ca>
Thu, 13 Apr 2017 03:28:57 +0000 (23:28 -0400)
committerDan Scott <dscott@laurentian.ca>
Thu, 13 Apr 2017 03:28:57 +0000 (23:28 -0400)
commita2f3fde6520a3108219aaacf326d866c21872640
treea39b48740fcf10b245afd41d17b3eb0f6a63ff25
parent9d7d2afbfe08580a056a68fc1b1d91b56294cd3b
Ancient version of npm installed with nodejs 0.10 was bad

Tests failed because npm 1.x was not installing the child dependencies that
were listed in the package.json files that we had identified as direct
dependencies of our package.

One option would be to run "npm install -g npm" to update npm to a more
modern version, but that also warned that nodejs 0.10.x was way too old.
So let's install a nodejs binary and be done with it.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
installer/wheezy/eg_wheezy_installer.sh