Everything runs as expected until I do the actual ghost install
I get a very detailed error which I can’t fathom and wondered if this was the right place to ask for assistance?
I can post/attach the log file if anyone can take a look.
OK will go dig out the “juicy” bits and paste them in.
I want to make sure I can create a Ghost production system myself before embarking on a journey where I will spend a little money with a UK based cloud hosting service to create a Ghost site.
There are many lines which indicates errors but these are the first few lines I see in the terminal windows:-
gyp info spawn args ]
gyp ERR! build error
gyp ERR! stack Error: not found: make
gyp ERR! stack at getNotFoundError (/var/www/ghost1/versions/5.85.0/node_modules/re2/node_modules/which/lib/index.js:16:17)
gyp ERR! stack at which (/var/www/ghost1/versions/5.85.0/node_modules/re2/node_modules/which/lib/index.js:77:9)
gyp ERR! stack at async doWhich (/var/www/ghost1/versions/5.85.0/node_modules/re2/node_modules/node-gyp/lib/build.js:112:22)
gyp ERR! stack at async loadConfigGypi (/var/www/ghost1/versions/5.85.0/node_modules/re2/node_modules/node-gyp/lib/build.js:77:7)
gyp ERR! stack at async build (/var/www/ghost1/versions/5.85.0/node_modules/re2/node_modules/node-gyp/lib/build.js:35:3)
gyp ERR! stack at async run (/var/www/ghost1/versions/5.85.0/node_modules/re2/node_modules/node-gyp/bin/node-gyp.js:81:18)
gyp ERR! System Linux 5.15.0-112-generic
gyp ERR! command “/usr/bin/node” “/var/www/ghost1/versions/5.85.0/node_modules/re2/node_modules/.bin/node-gyp” “rebuild”
gyp ERR! cwd /var/www/ghost1/versions/5.85.0/node_modules/re2
gyp ERR! node -v v18.20.3
gyp ERR! node-gyp -v v10.0.1
gyp ERR! not ok
node:internal/process/promises:288
triggerUncaughtException(err, true /* fromPromise */);
^
[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason “1”.] {
code: ‘ERR_UNHANDLED_REJECTION’
}