-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
node-pre-gyp install --fallback-to-build
fails
#3121
Comments
Hi @thany welcome to Ghost's GitHub. We use this repo for tracking active issues with Ghost, it's not really a place to get installation support. For help with installing we have documentation at http://support.ghost.org, and a forum at http://ghost.org/forum. |
It's still an error. Either in the documentation, or in the program. |
@thany It isn’t an error with Ghost, it is one with your setup. Please check whether you can start node with |
Also, I don't see a way on the forum to start a new topic anywhere. That kinda puts me off using it, to be brutally honest. |
@halfdan then why can the installer not check for |
Again. This is not an issue with Ghost. The installer is npm, which is a
|
Then the issue is in the documentation. One step is obviously missing:
Add that just after the step that says to install node, and done. |
@thany This is very specific to your linux distribution - all other linux distributions I know of have the |
@thany our install guide says to install Node as per the instructions for the package manager you are using: http://support.ghost.org/installing-ghost-linux/, every linux distro is different, so we don't document all the steps. If you don't see buttons to create a topic on the forum, then you probably haven't verified your email address. |
I don't see a problem with listing some gotchas for certain distributions. If it's a known issue with an easy fix, it can save people half an hour or so. I can see where @thany is coming from. I also fixed this by soft linking
|
I downloaded a fresh package, unzipped it. I had to install node & npm:
Which is not in the documentation, btw. Then I did the rest from the directory where I unzipped ghost to:
As per the readme.md.
This is the result:
This is on Linux Mint with kernel 3.11. It's literally a default installation, except that everything is up-to-date.
The text was updated successfully, but these errors were encountered: