質問編集履歴
1
エラーメッセージを追加しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -29,3 +29,89 @@
|
|
29
29
|
また、上記のサイトでは環境変数PATHをbashrcに書き込んでいるものを、bash_profileに、
|
30
30
|
|
31
31
|
書き込んでいます。
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
表示されるエラーメッセージは下のような感じで長いエラーが出ます。
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
```
|
40
|
+
|
41
|
+
create angular-the-basics/e2e/app.e2e-spec.ts (300 bytes)
|
42
|
+
|
43
|
+
create angular-the-basics/e2e/app.po.ts (208 bytes)
|
44
|
+
|
45
|
+
create angular-the-basics/e2e/tsconfig.e2e.json (235 bytes)
|
46
|
+
|
47
|
+
create angular-the-basics/karma.conf.js (923 bytes)
|
48
|
+
|
49
|
+
create angular-the-basics/package.json (1302 bytes)
|
50
|
+
|
51
|
+
create angular-the-basics/protractor.conf.js (722 bytes)
|
52
|
+
|
53
|
+
create angular-the-basics/README.md (1032 bytes)
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
create angular-the-basics/src/app/app.component.css (0 bytes)
|
58
|
+
|
59
|
+
Installing packages for tooling via npm.
|
60
|
+
|
61
|
+
npm WARN deprecated nodemailer@2.7.2: All versions below 4.0.1 of Nodemailer are deprecated. See https://nodemailer.com/status/
|
62
|
+
|
63
|
+
npm WARN deprecated uws@9.14.0: stop using this version
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.
|
68
|
+
|
69
|
+
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: httpntlm@1.6.1 (node_modules\httpntlm):
|
70
|
+
|
71
|
+
npm WARN network SKIPPING OPTIONAL DEPENDENCY: request to https://registry.npmjs.org/httpntlm/-/httpntlm-1.6.1.tgz failed, reason: getaddrinfo ENOTFOUND registry.npmjs.org registry.npmjs.org:443
|
72
|
+
|
73
|
+
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: escodegen@1.9.1 (node_modules\escodegen):
|
74
|
+
|
75
|
+
npm WARN network SKIPPING OPTIONAL DEPENDENCY: request to https://registry.npmjs.org/escodegen/-/escodegen-1.9.1.tgz failed, reason: getaddrinfo ENOTFOUND registry.npmjs.org registry.npmjs.org:443
|
76
|
+
|
77
|
+
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: uglify-to-browserify@1.0.2 (node_modules\uglify-to-browserify):
|
78
|
+
|
79
|
+
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: Cannot cd into 'D:\Git\angular-project\angular-the-basics\node_modules.staging\uglify-to-browserify-f9ddd93a'
|
80
|
+
|
81
|
+
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: degenerator@1.0.4 (node_modules\degenerator):
|
82
|
+
|
83
|
+
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: Cannot cd into 'D:\Git\angular-project\angular-the-basics\node_modules.staging\degenerator-b0b187d9'
|
84
|
+
|
85
|
+
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: optionator@0.8.2 (node_modules\optionator):
|
86
|
+
|
87
|
+
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: Cannot cd into 'D:\Git\angular-project\angular-the-basics\node_modules.staging\optionator-d20f57c5'
|
88
|
+
|
89
|
+
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: pac-resolver@3.0.0 (node_modules\pac-resolver):
|
90
|
+
|
91
|
+
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: Cannot cd into 'D:\Git\angular-project\angular-the-basics\node_modules.staging\pac-resolver-ce15981e'
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
npm ERR! code ENOTFOUND
|
96
|
+
|
97
|
+
npm ERR! errno ENOTFOUND
|
98
|
+
|
99
|
+
npm ERR! network request to https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz failed, reason: getaddrinfo ENOTFOUND registry.npmjs.org registry.npmjs.org:443
|
100
|
+
|
101
|
+
npm ERR! network This is a problem related to network connectivity.
|
102
|
+
|
103
|
+
npm ERR! network In most cases you are behind a proxy or have bad network settings.
|
104
|
+
|
105
|
+
npm ERR! network
|
106
|
+
|
107
|
+
npm ERR! network If you are behind a proxy, please make sure that the
|
108
|
+
|
109
|
+
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
npm ERR! A complete log of this run can be found in:
|
114
|
+
|
115
|
+
npm ERR! C:\Users\lilan\AppData\Roaming\npm-cache\_logs\2018-05-21T07_33_59_772Z-debug.log
|
116
|
+
|
117
|
+
```
|