From c02912e0f4736d25e76238e57a99127db2f054da Mon Sep 17 00:00:00 2001 From: Simon Boudrias Date: Sat, 9 Jan 2016 16:27:42 -0800 Subject: [PATCH] Add note about npm installation errors --- app/learning/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/learning/index.md b/app/learning/index.md index 4cd16ea10..330143514 100644 --- a/app/learning/index.md +++ b/app/learning/index.md @@ -39,7 +39,8 @@ Then install the needed generator(s). Generators are npm packages named `generat npm install -g generator-webapp ``` -*TODO: Add note about troubleshooting installation errors* +New Node and npm users might runs into permissions issues. These issues shows up in the form of `EACCESS` errors during installation. Refer to the [npm guide to fix permissions] +(https://docs.npmjs.com/getting-started/fixing-npm-permissions) if this happens to you. *npm is the package manager for [Node.js](https://nodejs.org/) and comes bundled with it.*