Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error messages installing on Digital Ocean #46

Closed
opn opened this issue Apr 10, 2015 · 2 comments
Closed

Error messages installing on Digital Ocean #46

opn opened this issue Apr 10, 2015 · 2 comments

Comments

@opn
Copy link

opn commented Apr 10, 2015

A quick note and attached screen-cast of the error messages I got with the recent install of wiki-node on Digital Ocean servers. My previous install went without problem - this time it worked out OK - but with a lot of complaining:

@paul90
Copy link
Member

paul90 commented Apr 19, 2015

Hard to catch on errors messages on a screen cast. Would have been far better to include the log here.

The messages I managed to catch from the video are:

gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/0.10.35"
gyp WARN EACCES attempting to reinstall using temporary dev dir "/usr/local/lib/node_modules/wiki/node_modules/wiki-plugin-txtzyme/node_modules/ws/node_modules/bufferutil/.node-gyp"

This is a know problem with gyp - see the node-gyp repo for details, but is just a warning so nothing to worry about.

gyp ERR! build error
gyp ERR! stack Error: not found: make

Looks as if make is missing from the environment - have you changed the PATH environment variable? Or installed a version of Ubuntu without the developer tools?

@paul90
Copy link
Member

paul90 commented Jun 11, 2015

@opn I had forgotten the make messages you have been seeing, until you did the wiki upgrade in yesterday's hangout.

Looking on the Ubuntu support site, the suggested fix is to re-install the make package, by running the following commands:

sudo apt-get remove make
sudo apt-get install make

@paul90 paul90 closed this as completed Jul 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants