From 79076f9fe1d8c7b2ac76e0ed41cd874d968f3c1c Mon Sep 17 00:00:00 2001 From: Marat Nepomnyashy Date: Sat, 23 Jun 2018 21:01:36 -0700 Subject: [PATCH] Added build instructions for installing NPM. --- BUILD_INSTRUCTIONS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/BUILD_INSTRUCTIONS b/BUILD_INSTRUCTIONS index ee71811..6010cd3 100644 --- a/BUILD_INSTRUCTIONS +++ b/BUILD_INSTRUCTIONS @@ -10,3 +10,14 @@ v8.10.0 + +(3) Install the NPM Node Package Manager. + + (On Ubuntu 18.04, just do 'apt-get install npm' as 'root', otherwise go to: https://docs.npmjs.com/getting-started/installing-node#installing-npm-from-the-nodejs-site) + + +(4) Verify that NPM has been installed: + + $ npm -v + + 3.5.2