前提・実現したいこと
前提
Vue.jsを学習中
実現したいこと
Vue CLI@3.9.3をインストールしたい
発生している問題・エラーメッセージ
ターミナル MacBook-Pro ~ % npm install -g @vue/cli@3.9.3 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 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/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 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 chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. 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 ERR! code EEXIST npm ERR! syscall symlink npm ERR! path ../lib/node_modules/@vue/cli/bin/vue.js npm ERR! dest /usr/local/bin/vue npm ERR! errno -17 npm ERR! EEXIST: file already exists, symlink '../lib/node_modules/@vue/cli/bin/vue.js' -> '/usr/local/bin/vue' npm ERR! File exists: /usr/local/bin/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! /Users/**********/.npm/_logs/2021-01-25T04_41_33_010Z-debug.log
上記のようにインストール中にエラーの表示になります。
該当するソースコード
ターミナル *******@MacBook-Pro ~ % node -v v12.18.2 *******@MacBook-Pro ~ % npm -v 6.14.5 *******@MacBook-Pro ~ % vue --version 2.9.6
試したこと(仮説)
上記のリンクを参照にしましたが、内容が理解出来なかったのでご質問させて頂きました。
補足
初心者で言葉足らずで申し訳ありませんがご教示頂きたいです。
宜しくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/01/26 07:32
2021/01/26 07:33