Skip to content

Commit

Permalink
Added build instructions for installing NPM.
Browse files Browse the repository at this point in the history
  • Loading branch information
maratbn committed Jun 24, 2018
1 parent 7385fb9 commit 79076f9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions BUILD_INSTRUCTIONS
Expand Up @@ -10,3 +10,14 @@


v8.10.0 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

0 comments on commit 79076f9

Please sign in to comment.