質問編集履歴

2

エラーコードを追記

2020/08/06 08:32

投稿

mugikuma
mugikuma

スコア1

test CHANGED
File without changes
test CHANGED
@@ -12,30 +12,48 @@
12
12
 
13
13
 
14
14
 
15
- 【出てくるエラー】
16
-
17
- "error": {
18
-
19
- "code": "InvalidBotData",
15
+ エラーログを確認したところ、npmエラーというのが沢山出ていますがよくわかりません。
20
-
21
- "message": "Bot is not valid. Errors: The Microsoft App ID is already registered to another bot application.. See https://aka.ms/bot-requirements for detailed requirements."
22
-
23
- }
24
16
 
25
17
 
26
18
 
27
- 和訳すると「ボットが無効です。ボット名はすでに登録されています」というエラーなのだと思うのですが、
19
+ *******************
28
20
 
29
- Base Resources Nameが使用されているものにらないように、
21
+ きているエラー
30
-
31
- ランダムで絶対に被らなさそうな名前を使用してみましたが、何度やっても同じエラーが出てしまいます。
32
22
 
33
23
 
34
24
 
35
- 何か良い案がありましたら是非ご教授いただきたいです。
25
+ npm ERR! code EPERM
36
26
 
37
- 宜しくお願いします。
27
+ npm ERR! errno -4048
28
+
29
+ npm ERR! syscall unlink
30
+
31
+ npm ERR! { [Error: EPERM: operation not permitted, unlink 'D:\home\site\repository\Source\Microsoft.Teams.Apps.RemoteSupport\ClientApp\node_modules.staging\typescript-a5934c97\lib\tsserverlibrary.js']
32
+
33
+ npm ERR! parent: 'remotesupport' }
34
+
35
+ npm ERR!
36
+
37
+ npm ERR! The operation was rejected by your operating system.
38
+
39
+ npm ERR! It's possible that the file was already in use (by a text editor or antivirus),
40
+
41
+ npm ERR! or that you lack permissions to access it.
42
+
43
+ npm ERR!
44
+
45
+ npm ERR! If you believe this might be a permissions issue, please double-check the
46
+
47
+ npm ERR! permissions of the file and its containing directories, or try running
48
+
49
+ npm ERR! the command again as root/Administrator (though this is not recommended).
38
50
 
39
51
 
40
52
 
53
+ *******************
54
+
55
+
56
+
41
- ![![イメージ説明](75c6be5ac4c16e5a8268abb27e1ce9b3.png)]
57
+ 何か良い改善案がありましたら是非ご教授いただきたいです。
58
+
59
+ 宜しくお願いします。

1

画像を追加しました

2020/08/06 08:32

投稿

mugikuma
mugikuma

スコア1

test CHANGED
File without changes
test CHANGED
@@ -35,3 +35,7 @@
35
35
  何か良い案がありましたら是非ご教授いただきたいです。
36
36
 
37
37
  宜しくお願いします。
38
+
39
+
40
+
41
+ ![![イメージ説明](75c6be5ac4c16e5a8268abb27e1ce9b3.png)]