質問編集履歴

1

文章を一部修正

2021/11/25 06:01

投稿

ken0426
ken0426

スコア34

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
- - 上記のコマンドを実行した際のエラーが AttributeError: 'NoneType' object has no attribute 'groups' と出ました
47
+ AttributeError: 'NoneType' object has no attribute 'groups'
48
+
49
+ ```