teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

エラーコードを追記

2020/08/06 08:32

投稿

mugikuma
mugikuma

スコア1

title CHANGED
File without changes
body CHANGED
@@ -5,17 +5,26 @@
5
5
  【導入ガイドページ】
6
6
  https://github.com/OfficeDev/microsoft-teams-apps-incidentreport/wiki/Deployment-Guide
7
7
 
8
- 【出てくるエラー】
9
- "error": {
10
- "code": "InvalidBotData",
8
+ エラーログを確認したところ、npmエラーというのが沢山出ていますがよくわかりません。
11
- "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."
12
- }
13
9
 
14
- 和訳すると「ボットが無効です。ボット名はすでに登録されています」というエラーなのだと思うのですが、
15
- Base Resources Nameが使用されているものにならないように、
10
+ *******************
16
- ランダムで絶対に被らなさそうな名前を使用しみましたが、何度やっも同じエラーが出てしまいます。
11
+ いる主なエラー
17
12
 
18
- 何か良い案がありましたら是非ご教授いただきたいです。
19
- 宜しくお願いします。
13
+ npm ERR! code EPERM
14
+ npm ERR! errno -4048
15
+ npm ERR! syscall unlink
16
+ 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']
17
+ npm ERR! parent: 'remotesupport' }
18
+ npm ERR!
19
+ npm ERR! The operation was rejected by your operating system.
20
+ npm ERR! It's possible that the file was already in use (by a text editor or antivirus),
21
+ npm ERR! or that you lack permissions to access it.
22
+ npm ERR!
23
+ npm ERR! If you believe this might be a permissions issue, please double-check the
24
+ npm ERR! permissions of the file and its containing directories, or try running
25
+ npm ERR! the command again as root/Administrator (though this is not recommended).
20
26
 
27
+ *******************
28
+
21
- ![![イメージ説明](75c6be5ac4c16e5a8268abb27e1ce9b3.png)]
29
+ 何か良い改善案がありましたら是非ご教授いただきたいです。
30
+ 宜しくお願いします。

1

画像を追加しました

2020/08/06 08:32

投稿

mugikuma
mugikuma

スコア1

title CHANGED
File without changes
body CHANGED
@@ -16,4 +16,6 @@
16
16
  ランダムで絶対に被らなさそうな名前を使用してみましたが、何度やっても同じエラーが出てしまいます。
17
17
 
18
18
  何か良い案がありましたら是非ご教授いただきたいです。
19
- 宜しくお願いします。
19
+ 宜しくお願いします。
20
+
21
+ ![![イメージ説明](75c6be5ac4c16e5a8268abb27e1ce9b3.png)]