Mac本地安裝Ghost提示錯誤怎么解決?
1、原因 安裝sqlite3 數(shù)據(jù)庫失敗,失敗的可能原因是安裝源Amazon S3被墻(雖然我是在全局代理模式下安裝的);2、解決方案 下載sqlite3文件并解壓放到 ghost安裝路徑node_modulessqlite3libbindingRelease 文件夾下,重新npm start 即可。 上面就是Mac本地安裝Ghost提示ERROR: Cannot find module ‘xxxxxxxx./binding\Release\node-v11-darwin-x64\node_sqlite3.node‘的解決方法。