質問編集履歴

5

前提・実現したいこと、試したことに実行した手順を追記、確認したことを新たに挿入

2021/03/12 01:54

投稿

mephorash
mephorash

スコア0

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Angularをmacにインストールする作業をしています。
6
6
 
7
- インストール実行後に、"/Users/username/.npm-global/lib/node_modules/@angular/cli/bin/ng"に作成されたと表示が出ますが、いざPATHを通すと、「no such file or directory」となります。
7
+ インストール実行後に、"/Users/username/.npm-global/lib/node_modules/@angular/cli/bin/ng"に作成されたと表示が出ます。いざバージョン確認をすると、ng見つからないと出る為、PATHを通すと、「no such file or directory」となります。再インストールをかけましたが、最初のエラーに戻ってしまいます。
8
8
 
9
9
 
10
10
 

4

2021/03/12 01:54

投稿

mephorash
mephorash

スコア0

test CHANGED
File without changes
test CHANGED
@@ -74,7 +74,11 @@
74
74
 
75
75
 
76
76
 
77
+ 「$sudo npm install -g @angular/cli」を実行すると、"/Users/username/.npm-global/lib/node_modules/@angular/cli/bin/ng"に作成されたとなり、
78
+
77
- Finderにて、command+shift+.実行後にUnix実行ファイル「ng」が作成された場所確認しております。
79
+ Finderにて、実際にあるかcommand+shift+.実行後に確認。Unix実行ファイル「ng」が作成されていることを確認しております。
80
+
81
+
78
82
 
79
83
  作成された場所:/Users/username/.npm-global/lib/node_modules/@angular/cli/bin/ng
80
84
 

3

2021/03/12 01:29

投稿

mephorash
mephorash

スコア0

test CHANGED
File without changes
test CHANGED
@@ -3,6 +3,10 @@
3
3
 
4
4
 
5
5
  Angularをmacにインストールする作業をしています。
6
+
7
+ インストール実行後に、"/Users/username/.npm-global/lib/node_modules/@angular/cli/bin/ng"に作成されたと表示が出ますが、いざPATHを通すと、「no such file or directory」となります。
8
+
9
+
6
10
 
7
11
 
8
12
 
@@ -36,6 +40,10 @@
36
40
 
37
41
 
38
42
 
43
+ インストール実行後に、"/Users/username/.npm-global/lib/node_modules/@angular/cli/bin/ng"に作成されたと表示が出るので、以下のPATHを通す作業を行いましたが、「no such file or directory」とエラーになり、アンインストールと再インストールを行いましたが、本件のエラーに戻り、堂々巡りとなります。
44
+
45
+
46
+
39
47
  PATHを通す:
40
48
 
41
49
  $alias ng="/Users/username/.npm-global/lib/node_modules/@angular/cli/bin/ng"
@@ -66,7 +74,9 @@
66
74
 
67
75
 
68
76
 
77
+ Finderにて、command+shift+.実行後に、Unix実行ファイル「ng」が作成された場所確認しております。
78
+
69
- Unix実行ファイル「ng」が作成された場所:/Users/username/.npm-global/lib/node_modules/@angular/cli/bin/ng
79
+ 作成された場所:/Users/username/.npm-global/lib/node_modules/@angular/cli/bin/ng
70
80
 
71
81
 
72
82
 

2

2021/03/12 01:26

投稿

mephorash
mephorash

スコア0

test CHANGED
File without changes
test CHANGED
@@ -66,7 +66,7 @@
66
66
 
67
67
 
68
68
 
69
- Unix実行ファイル「ng」のパスの場所:/Users/username/.npm-global/lib/node_modules/@angular/cli/bin/ng
69
+ Unix実行ファイル「ng」が作成された場所:/Users/username/.npm-global/lib/node_modules/@angular/cli/bin/ng
70
70
 
71
71
 
72
72
 

1

2021/03/12 01:16

投稿

mephorash
mephorash

スコア0

test CHANGED
File without changes
test CHANGED
@@ -62,6 +62,14 @@
62
62
 
63
63
 
64
64
 
65
+ ### 確認したこと
66
+
67
+
68
+
69
+ Unix実行ファイル「ng」のパスの場所:/Users/username/.npm-global/lib/node_modules/@angular/cli/bin/ng
70
+
71
+
72
+
65
73
  ### 補足情報(FW/ツールのバージョンなど)
66
74
 
67
75