Skip to content

Commit

Permalink
Add note about npm installation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Jan 10, 2016
1 parent 6ebeaea commit c02912e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/learning/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.*

Expand Down

0 comments on commit c02912e

Please sign in to comment.