Nuxt.jsで作成したHPをさくらVPSにgit pullし
【nuxt build】を実行しましたが、エラーとなりの実行できないでつまっています。
最終的にビルドし【Nuxt Start】で正常動作させたいです。
実行手順は【Nuxt.jsアプリをSSRモードでさくらVPS(CentOS7)にデプロイする手順メモ
13】を手本にしています。
ページURLは以下の参考にしているページに載せています。
まったくの初心者で困り果てています。
なぜエラーとなるのか改善点を
お手数ですが、どなたかご教授頂けますと助かります。
よろしくお願いします。
実行時エラー
npm
1npm ERR! errno 1 2npm ERR! nuxt-kansya@1.0.0 build: `nuxt build` 3npm ERR! Exit status 1 4npm ERR! 5npm ERR! Failed at the nuxt-kansya@1.0.0 build script. 6npm ERR! This is probably not a problem with npm. There is likely additional logging output above. 7 8npm ERR! A complete log of this run can be found in: 9npm ERR! /home/xxxx/.npm/_logs/2020-03-08T10_04_20_989Z-debug.log 10コード
デバックLOG
0
11 verbose cli [ 21 verbose cli '/home/xxxx/.nodebrew/node/v12.16.1/bin/node', 31 verbose cli '/home/xxxx/.nodebrew/current/bin/npm', 41 verbose cli 'run', 51 verbose cli 'build' 61 verbose cli ] 72 info using npm@6.13.4 83 info using node@v12.16.1 94 verbose run-script [ 'prebuild', 'build', 'postbuild' ] 105 info lifecycle nuxt-kansya@1.0.0~prebuild: nuxt-kansya@1.0.0 116 info lifecycle nuxt-kansya@1.0.0~build: nuxt-kansya@1.0.0 127 verbose lifecycle nuxt-kansya@1.0.0~build: unsafe-perm in lifecycle true 138 verbose lifecycle nuxt-kansya@1.0.0~build: PATH: /home/kansya/.nodebrew/node/v12.16.1/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/xxxx/home/user1/myProject/homeProject/nuxt-kansya/node_modules/.bin:/home/xxxx/.nodebrew/current/bin:/home/xxxx/.nodebrew/current/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/xxxx/.local/bin:/home/xxxx/bin 149 verbose lifecycle nuxt-kansya@1.0.0~build: CWD: /home/xxxx/home/user1/myProject/homeProject/nuxt-kansya 1510 silly lifecycle nuxt-kansya@1.0.0~build: Args: [ '-c', 'nuxt build' ] 1611 silly lifecycle nuxt-kansya@1.0.0~build: Returned: code: 1 signal: null 1712 info lifecycle nuxt-kansya@1.0.0~build: Failed to exec build script 1813 verbose stack Error: nuxt-kansya@1.0.0 build: `nuxt build` 1913 verbose stack Exit status 1 2013 verbose stack at EventEmitter.<anonymous> (/home/xxxx/.nodebrew/node/v12.16.1/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16) 2113 verbose stack at EventEmitter.emit (events.js:311:20) 2213 verbose stack at ChildProcess.<anonymous> (/home/xxxx/.nodebrew/node/v12.16.1/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14) 2313 verbose stack at ChildProcess.emit (events.js:311:20) 2413 verbose stack at maybeClose (internal/child_process.js:1021:16) 2513 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) 2614 verbose pkgid nuxt-kansya@1.0.0 2715 verbose cwd /home/xxxx/home/user1/myProject/homeProject/nuxt-kansya 2816 verbose Linux 3.10.0-957.10.1.el7.x86_64 2917 verbose argv "/home/xxxx/.nodebrew/node/v12.16.1/bin/node" "/home/xxxx/.nodebrew/current/bin/npm" "run" "build" 3018 verbose node v12.16.1 3119 verbose npm v6.13.4 3220 error code ELIFECYCLE 3321 error errno 1 3422 error nuxt-kansya@1.0.0 build: `nuxt build` 3522 error Exit status 1 3623 error Failed at the nuxt-kansya@1.0.0 build script. 3723 error This is probably not a problem with npm. There is likely additional logging output above. 3824 verbose exit [ 1, true ] 39コード
試してみた事
ネットにあるページを参考にnode_modulesの入れ直しをしてみました。
参考にしているページ
1、NuxtをPULLしたら1番はじめにやる事
2、Nuxt.jsアプリをSSRモードでさくらVPS(CentOS7)にデプロイする手順メモ
あなたの回答
tips
プレビュー