Skip to content

Commit

Permalink
add note about installation with --no-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Thore3 committed Jun 6, 2017
1 parent 894e5a1 commit a947118
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@ Installation errors:

* If you are getting `EACCESS` or permissions-related errors, it might be necessary to run the install as root, using the `sudo` command.

* If you are getting errors concerning node-gyp or python, install with `npm install --no-optional`

Startup errors:

* If startup fails with `/usr/bin/env: node: No such file or directory`, it's possible node is not installed, or was installed with a different name (Ubuntu, for example, installs node as nodejs). If node was installed with a different name, create a symlink to your node binary: `sudo ln -s /usr/bin/nodejs /usr/bin/node`, or install node through [Node Version Manager](https://github.com/creationix/nvm).
Expand Down

0 comments on commit a947118

Please sign in to comment.