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
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/xxxxx/.npm/_logs/2021-02-14T09_48_48_239Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] all-install: `npm i --no-save && cd client && npm i --no-save`
npm ERR! Exit status 1
2021-02-14T09_48_48_239Z-debug.log
2345 verbose pkgid [email protected]
2346 verbose cwd /home/toshi/EPGStation
2347 verbose Linux 5.4.44
2348 verbose argv "/usr/bin/node" "/usr/bin/npm" "i" "--no-save"
2349 verbose node v14.15.5
2350 verbose npm v6.14.11
2351 error code ELIFECYCLE
2352 error errno 1
2353 error [email protected] install: `node-pre-gyp install --fallback-to-build`
2353 error Exit status 1
2354 error Failed at the [email protected] install script.
2354 error This is probably not a problem with npm. There is likely additional logging output above.
2355 verbose exit [ 1, true ]
環境
2.0.8
3.5.0
v14.15.5
6.14.11
Issue
v2.0.9へアップデートする際、npm run all-installでエラーが発生する。
npm run all-install実行時コンソールログ
2021-02-14T09_48_48_239Z-debug.log
恐らくこのコミットによる影響かと思われますが、495a98a
node-sqlite3で以下のIssueが上がってました。
TryGhost/node-sqlite3#1424
package.jsonのnode-sqlite3 5.0.1を5.0.0へ書き換えて実行すると正常にインストール出来ました。
The text was updated successfully, but these errors were encountered: