#11 - OpenBSD 6.4 Upgrade & Ghost Error
Short note about an issue I encountered after upgrading from OpenBSD instance (from 6.3 -> 6.4)
After reboot, ghost wouldn’t start. Upon inspection, the following error message was recorded:
Cannot find module ‘/var/www/ghost/node_modules/sqlite3/lib/binding/node-v57-openbsd-x64/node_sqlite3.node’
When running $ghost run -D __ I got a suggestion to run:
npm install sqlite3 –save
And after doing the above I was able to start ghost without any issue.