質問編集履歴
1
インストール時の出力を追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -76,10 +76,36 @@
|
|
76
76
|
|
77
77
|
|
78
78
|
|
79
|
+
|
80
|
+
|
81
|
+
npm version 6.14.6
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
# 追記
|
86
|
+
|
87
|
+
インストール時の出力
|
88
|
+
|
79
89
|
```
|
80
90
|
|
81
|
-
npm -v
|
91
|
+
$ npm install --global vue-cli
|
82
92
|
|
93
|
+
npm WARN deprecated vue-cli@2.9.6: This package has been deprecated in favour of @vue/cli
|
94
|
+
|
95
|
+
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
|
96
|
+
|
97
|
+
npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
|
98
|
+
|
99
|
+
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
|
100
|
+
|
101
|
+
/Users/nakamura/.npm-global/bin/vue-init -> /Users/nakamura/.npm-global/lib/node_modules/vue-cli/bin/vue-init
|
102
|
+
|
103
|
+
/Users/nakamura/.npm-global/bin/vue -> /Users/nakamura/.npm-global/lib/node_modules/vue-cli/bin/vue
|
104
|
+
|
105
|
+
/Users/nakamura/.npm-global/bin/vue-list -> /Users/nakamura/.npm-global/lib/node_modules/vue-cli/bin/vue-list
|
106
|
+
|
83
|
-
|
107
|
+
+ vue-cli@2.9.6
|
108
|
+
|
109
|
+
added 236 packages from 204 contributors in 6.759s
|
84
110
|
|
85
111
|
```
|