以下のコマンドを入力してみたのですが、C:\Tohoho-Vueには一切何のファイルも追加されず、vue-cliのインストールに
失敗しています。deprecated、非推奨とログが出ますが、それならいまはどのようにvue-cliを使うのが推奨されているのか、ネットを探してみましたが出てきません。この問題をどうしたいのかというと、vue-cliを正しくインストールして、vueによる作業を始めたいです。お力添えください。
C:\Tohoho-Vue>npm install -g @vue/cli
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated @hapi/joi@15.1.1: Switch to 'npm install joi'
npm WARN deprecated @hapi/hoek@8.5.1: 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/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/bourne@1.3.2: 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 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 ERR! code EEXIST
npm ERR! path C:\Users\moons\AppData\Roaming\npm\node_modules@vue\cli\bin\vue.js
npm ERR! dest C:\Users\moons\AppData\Roaming\npm\vue
npm ERR! EEXIST: file already exists, cmd shim 'C:\Users\moons\AppData\Roaming\npm\node_modules@vue\cli\bin\vue.js' -> 'C:\Users\moons\AppData\Roaming\npm\vue'
npm ERR! File exists: C:\Users\moons\AppData\Roaming\npm\vue
npm ERR! Remove the existing file and try again, or run npm
npm ERR! with --force to overwrite files recklessly.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\moons\AppData\Roaming\npm-cache_logs\2021-04-15T12_58_04_984Z-debug.log
あなたの回答
tips
プレビュー