質問編集履歴
1
文章を一部修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,6 +38,12 @@
|
|
38
38
|
|
39
39
|
- Homebrewがインストールされているか確認をした→結果できている
|
40
40
|
|
41
|
-
- nodebrew compile 8.9.4
|
41
|
+
- ```nodebrew compile 8.9.4```コマンドを実行した
|
42
42
|
|
43
|
+
- 上記のコマンドを実行した際のエラーが以下のようになりました
|
44
|
+
|
45
|
+
```
|
46
|
+
|
43
|
-
|
47
|
+
AttributeError: 'NoneType' object has no attribute 'groups'
|
48
|
+
|
49
|
+
```
|