From 8124cbdb256035420e3bf694be1405512892ef45 Mon Sep 17 00:00:00 2001 From: Roy Date: Thu, 17 Aug 2017 18:03:02 +0200 Subject: [PATCH] Ubuntu Node installation suggestion See https://stackoverflow.com/questions/21168141/cannot-install-packages-using-node-package-manager-in-ubuntu for a discussion. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cfcb5f..a9b5730 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ OSX: Ubuntu: - `sudo apt-get install nodejs` + - NOTE: if Node is not found after installation, try running `sudo apt-get install nodejs-legacy` as well Setup ======================== @@ -103,4 +104,4 @@ If you have spotted a bug or have an idea for an improvement, please open an iss License =========== -MIT \ No newline at end of file +MIT