Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.0.9のnpm run all-installでエラー #412

Closed
tosono opened this issue Feb 14, 2021 · 2 comments
Closed

v2.0.9のnpm run all-installでエラー #412

tosono opened this issue Feb 14, 2021 · 2 comments

Comments

@tosono
Copy link

tosono commented Feb 14, 2021

環境

  • Version of EPGStation: 2.0.8
  • Version of Mirakurun: 3.5.0
  • Version of Node: v14.15.5
  • Version of NPM: 6.14.11
  • OS:Ubuntu Server 20.04
  • Architecture: x64

Issue

v2.0.9へアップデートする際、npm run all-installでエラーが発生する。

npm run all-install実行時コンソールログ

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 ]

恐らくこのコミットによる影響かと思われますが、495a98a
node-sqlite3で以下のIssueが上がってました。
TryGhost/node-sqlite3#1424

package.jsonのnode-sqlite3 5.0.1を5.0.0へ書き換えて実行すると正常にインストール出来ました。

@l3tnun l3tnun added the bug label Feb 14, 2021
@l3tnun
Copy link
Owner

l3tnun commented Feb 14, 2021

詳しい報告ありがとうございます。
node-sqlite3 を 5.0.0 に下げて対応します。

@l3tnun
Copy link
Owner

l3tnun commented Feb 14, 2021

master に反映させましたので閉じます。

@l3tnun l3tnun closed this as completed Feb 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants