質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.35%
Vue.js

Vue.jsは、Webアプリケーションのインターフェースを構築するためのオープンソースJavaScriptフレームワークです。

コマンドプロンプト

コマンドプロンプト(cmd.exe)はMicrosoftによって提供されているコマンドラインインタプリタです。OS/2・Windows CE・Windows NTで使用可能です。

ビルド

ソースコードを単体で実行可能なソフトウェアへ変換する過程をビルド(build)と呼びます

Q&A

解決済

2回答

3157閲覧

Vue.jsのビルドの方法でエラーが出ています。

Larkiwing

総合スコア120

Vue.js

Vue.jsは、Webアプリケーションのインターフェースを構築するためのオープンソースJavaScriptフレームワークです。

コマンドプロンプト

コマンドプロンプト(cmd.exe)はMicrosoftによって提供されているコマンドラインインタプリタです。OS/2・Windows CE・Windows NTで使用可能です。

ビルド

ソースコードを単体で実行可能なソフトウェアへ変換する過程をビルド(build)と呼びます

0グッド

0クリップ

投稿2020/11/09 05:40

https://github.com/PanJiaChen/vue-element-admin#getting-started
を参考にvue.jsのビルドを行っていますが、コマンドプロンプトからは
以下のメッセージが表示されていて、前に進めない状況です。

Command

1npm ERR! missing script dev 2npm ERR! A complete log of this run can be found in: 3npm ERR! C:\Users\larkiwing\AppData\Roaming\npm-cache\_logs\2020-11-09T05_34_11_885Z-debug.log

指示通りに進めようの思っても、そもそも→\Users\larkiwing\AppData\Roaming\npm-cache_logs\2020-11-09T05_34_11_885Z-debug.logの部分が見つからずに何をしていいかわかりません。

アドバイスを頂けると幸いです。

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答2

0

npm ERR! C:\Users\larkiwing\AppData\Roaming\npm-cache_logs\2020-11-09T05_34_11_885Z-debug.log

はエラーログの全文がそこで見れますよっていうメッセージですね。

npm ERR! missing script dev

dev が見つからないということなので npm run dev が失敗したのですかね?
package.json があるディレクトリでコマンドを実行していない、とかでしょうか。

投稿2020/11/09 09:54

hukurouo

総合スコア108

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

Larkiwing

2020/11/09 10:24

そうですね。npm run devで試しました。 package.json←があるディレクトリで再度チャレンジしましたが、結果は同様です。 そもそもAppDataというディレクトリはユーザー名の後には存在しないので よくわかりません。
hukurouo

2020/11/09 10:29

コードはgitからクローンしてきたのですかね? それならpackage.jsonの記述も正しいはずなので、dev が見つからないなんてメッセージは出ないはずなのですが AppDataはデフォルトだと隠しファイルなので画面に表示されてないだけですかね?
Larkiwing

2020/11/09 10:46

いえ、違うサイトからzipファイルをダウンロードしました。 なのでコードをgitからクローンしてみました。 AppDataが隠しファイルということは今知ったので、テキストを見てみましたが、 なにがどうなのか、さっぱりです。
Larkiwing

2020/11/09 10:48

今はこんな感じになってます。↓ C:\Users\larkiwing\vue-element-admin-master>npm run dev > vue-element-admin@4.4.0 dev C:\Users\larkiwing\vue-element-admin-master > vue-cli-service serve 'vue-cli-service' は、内部コマンドまたは外部コマンド、 操作可能なプログラムまたはバッチ ファイルとして認識されていません。 npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! vue-element-admin@4.4.0 dev: `vue-cli-service serve` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the vue-element-admin@4.4.0 dev script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm WARN Local package.json exists, but node_modules missing, did you mean to install? npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\larkiwing\AppData\Roaming\npm-cache\_logs\2020-11-09T10_42_20_837Z-debug.log C:\Users\larkiwing\vue-element-admin-master>
hukurouo

2020/11/09 10:56 編集

> いえ、違うサイトからzipファイルをダウンロードしました。 > なのでコードをgitからクローンしてみました。 なるほどです ディレクトリは合ってそうですね。npm install はしましたか? 起動に必要なライブラリをダウンロードする必要があります。
Larkiwing

2020/11/09 11:03

npm installをすると以下の感じになっています。 パソコンの設定とかが問題なのでしょうか? C:\Users\larkiwing\vue-element-admin-master>npm install npm WARN deprecated chokidar@2.1.5: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. npm WARN deprecated eslint-loader@2.2.1: This loader has been deprecated. Please use eslint-webpack-plugin npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info. npm WARN deprecated sortablejs@1.12.0: Object.assign was not transformed during the build of sortablejs, so it won't work in browsers where this does not exist (for example IE11). Please downgrade your version to 1.10.2 to keep supporting <=IE11 or upgrade to >2.0 where IE will no longer be supported. npm WARN deprecated @hapi/joi@15.1.1: Switch to 'npm install joi' npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. npm WARN deprecated @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained npm WARN deprecated @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained npm WARN deprecated @hapi/address@2.1.4: Moved to 'npm install @sideway/address' npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart() npm ERR! code ENOENT npm ERR! syscall spawn git npm ERR! path git npm ERR! errno -4058 npm ERR! enoent Error while executing: npm ERR! enoent undefined ls-remote -h -t ssh://git@github.com/sohee-lee7/Squire.git npm ERR! enoent npm ERR! enoent npm ERR! enoent spawn git ENOENT npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\larkiwing\AppData\Roaming\npm-cache\_logs\2020-11-09T10_40_20_493Z-debug.log
hukurouo

2020/11/09 11:12

npm ERR! syscall spawn git npm ERR! path git git が開けないって言っていますね、PCにgitは入っていますか? https://gitforwindows.org/
Larkiwing

2020/11/09 11:23

入っていなかったのでダウウンロードしてインストールしました。 ですが、あまり進展はないようです。 他にも入れてなければいけないものはありますか? C:\Users\larkiwing\vue-element-admin-master>npm install npm WARN deprecated chokidar@2.1.5: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. npm WARN deprecated eslint-loader@2.2.1: This loader has been deprecated. Please use eslint-webpack-plugin npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info. npm WARN deprecated sortablejs@1.12.0: Object.assign was not transformed during the build of sortablejs, so it won't work in browsers where this does not exist (for example IE11). Please downgrade your version to 1.10.2 to keep supporting <=IE11 or upgrade to >2.0 where IE will no longer be supported. npm WARN deprecated @hapi/joi@15.1.1: Switch to 'npm install joi' npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. npm WARN deprecated @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained npm WARN deprecated @hapi/address@2.1.4: Moved to 'npm install @sideway/address' npm WARN deprecated @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart() npm ERR! code ENOENT npm ERR! syscall spawn git npm ERR! path git npm ERR! errno -4058 npm ERR! enoent Error while executing: npm ERR! enoent undefined ls-remote -h -t ssh://git@github.com/sohee-lee7/Squire.git npm ERR! enoent npm ERR! enoent npm ERR! enoent spawn git ENOENT npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\larkiwing\AppData\Roaming\npm-cache\_logs\2020-11-09T11_15_31_717Z-debug.log C:\Users\larkiwing\vue-element-admin-master>npm install npm WARN deprecated chokidar@2.1.5: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. npm WARN deprecated eslint-loader@2.2.1: This loader has been deprecated. Please use eslint-webpack-plugin npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info. npm WARN deprecated sortablejs@1.12.0: Object.assign was not transformed during the build of sortablejs, so it won't work in browsers where this does not exist (for example IE11). Please downgrade your version to 1.10.2 to keep supporting <=IE11 or upgrade to >2.0 where IE will no longer be supported. npm WARN deprecated @hapi/joi@15.1.1: Switch to 'npm install joi' npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. npm WARN deprecated @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained npm WARN deprecated @hapi/address@2.1.4: Moved to 'npm install @sideway/address' npm WARN deprecated @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart() npm ERR! code ENOENT npm ERR! syscall spawn git npm ERR! path git npm ERR! errno -4058 npm ERR! enoent Error while executing: npm ERR! enoent undefined ls-remote -h -t ssh://git@github.com/sohee-lee7/Squire.git npm ERR! enoent npm ERR! enoent npm ERR! enoent spawn git ENOENT npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\larkiwing\AppData\Roaming\npm-cache\_logs\2020-11-09T11_20_04_147Z-debug.log C:\Users\larkiwing\vue-element-admin-master>
hukurouo

2020/11/09 11:31

> git -v のコマンドでgitのバージョンは返ってきますか?
Larkiwing

2020/11/09 11:34

返ってきてません。 再インストールしたほうがいいですか?
hukurouo

2020/11/09 11:37

すいません、windowsだとバージョンを表示させるコマンドは > git --version でした。これでも返ってこない場合はインストールできていませんね。
Larkiwing

2020/11/09 11:48

返ってこなかったので、もう一回インストールしたところ バージョンが表示されました。 その後にnpm installをすると先ほどと同じ結果になってしまっています。
hukurouo

2020/11/09 12:05

バージョンが表示されたならgitは入ってますね。 まっさらな環境からもう1回 npm install してみますかね。 package-lock.josn と node_modules を消去して、 > npm cache clear --force でキャッシュのクリア VScodeを開いていたら一旦閉じてから npm install してみてください。
Larkiwing

2020/11/09 12:41

やってみましたが、結果は同様です。 もう一回gitやnodeをアンインストールして、やってみたほうがいいですか?
hukurouo

2020/11/09 13:04

そうですね。 これ以上私から解決方法を提示するのは厳しそうです。すみません。
Larkiwing

2020/11/09 13:07

ご協力ありがとうございました。
guest

0

自己解決

とりあえずnodeやgitなどインストールしたものを一旦全部アンインストールして、
パソコンを再起動する。

その後に先ほどアンインストールしたものを、新たにインストールすると
何事もなかったように動き出すという不思議な現象が起こります。

投稿2020/11/09 13:47

Larkiwing

総合スコア120

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.35%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問