You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated to the latest version of Ghost using the command wget -O - http://allaboutghost.com/updateghost | sudo bash on my Ubuntu VPS. The update seemed to run just fine but when I try to npm install --production I get the error below:
I'm running node v0.10.38 and I'm running it through nvm.
-
> [email protected] install /home/nolski/ghost/node_modules/sqlite3
> node-pre-gyp install --fallback-to-build
/usr/bin/env: node: Permission denied
npm ERR! Linux 3.18.5-x86_64-linode52
npm ERR! argv "node" "/usr/local/bin/npm" "install" "--production"
npm ERR! node v0.10.38
npm ERR! npm v2.0.0
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 126
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the sqlite3 package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-pre-gyp install --fallback-to-build
npm ERR! You can get their info via:
npm ERR! npm owner ls sqlite3
npm ERR! There is likely additional logging output above.
Most of the other issues I've seen with this error have been related to using node 0.12 but that isn't the case here. Am I missing something?
The text was updated successfully, but these errors were encountered:
Hi @Nolski, sorry to hear you're having trouble upgrading.
GitHub really isn't the place for questions like this - we have a public slack community, a forum, an IRC channel and I know the people behind allaboutghost & many community members watch StackOverflow as well - all of which are far more suited to getting support with your environment. GitHub is for issues with the software itself 😉
Hi,
I updated to the latest version of Ghost using the command
wget -O - http://allaboutghost.com/updateghost | sudo bash
on my Ubuntu VPS. The update seemed to run just fine but when I try tonpm install --production
I get the error below:I'm running node
v0.10.38
and I'm running it through nvm.Most of the other issues I've seen with this error have been related to using node 0.12 but that isn't the case here. Am I missing something?
The text was updated successfully, but these errors were encountered: