質問編集履歴

3

初心者マークの追加

2020/01/27 09:17

投稿

MrLonginus
MrLonginus

スコア11

test CHANGED
File without changes
test CHANGED
@@ -114,4 +114,4 @@
114
114
 
115
115
 
116
116
 
117
- 使用PCはMacです
117
+ 使用PCはMacです

2

バージョン書き出し結果の追加

2020/01/27 09:17

投稿

MrLonginus
MrLonginus

スコア11

test CHANGED
File without changes
test CHANGED
@@ -72,4 +72,46 @@
72
72
 
73
73
 
74
74
 
75
+ バージョンを書き出すと以下の通りになりました。
76
+
77
+ ```Available Commands:
78
+
79
+ add Adds support for an external library to your project.
80
+
81
+ analytics Configures the gathering of Angular CLI usage metrics. See https://v8.angular.io/cli/usage-analytics-gathering.
82
+
83
+ build (b) Compiles an Angular app into an output directory named dist/ at the given output path. Must be executed from within a workspace directory.
84
+
85
+ deploy (d) Invokes the deploy builder for a specified project or for the default project in the workspace.
86
+
87
+ config Retrieves or sets Angular configuration values in the angular.json file for the workspace.
88
+
89
+ doc (d) Opens the official Angular documentation (angular.io) in a browser, and searches for a given keyword.
90
+
91
+ e2e (e) Builds and serves an Angular app, then runs end-to-end tests using Protractor.
92
+
93
+ generate (g) Generates and/or modifies files based on a schematic.
94
+
95
+ help Lists available commands and their short descriptions.
96
+
97
+ lint (l) Runs linting tools on Angular app code in a given project folder.
98
+
99
+ new (n) Creates a new workspace and an initial Angular app.
100
+
101
+ run Runs an Architect target with an optional custom builder configuration defined in your project.
102
+
103
+ serve (s) Builds and serves your app, rebuilding on file changes.
104
+
105
+ test (t) Runs unit tests in a project.
106
+
107
+ update Updates your application and its dependencies. See https://update.angular.io/
108
+
109
+ version (v) Outputs Angular CLI version.
110
+
111
+ xi18n Extracts i18n messages from source code.
112
+
113
+ ```
114
+
115
+
116
+
75
117
  使用PCはMacです。

1

実行文追加

2020/01/27 09:15

投稿

MrLonginus
MrLonginus

スコア11

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,13 @@
6
6
 
7
7
 
8
8
 
9
- 参考URLを元にAngularJSの環境構築を試みましたが、以下エラーが出ました。
9
+ 参考URLを元にAngularJSの環境構築を試み、terminalで以下を実行したらエラーが出ました。
10
+
11
+ ```
12
+
13
+ npm install -g @angular/cli
14
+
15
+ ```
10
16
 
11
17
 
12
18