スポンサーリンク

C:\Users\tomok>dcl init
Error: `dcl init` Project already exists, run "dcl help init" for more info.
C:\Users\tomok>dcl start
√ Latest SDK installation found.
√ Project built.
- Hashing filesglob error [Error: EPERM: operation not permitted, scandir 'C:\Users\tomok\Application Data'] {
errno: -4048,
code: 'EPERM',
syscall: 'scandir',
path: 'C:\\Users\\tomok\\Application Data'
}
× Hashing files
Error: `dcl start` EPERM: operation not permitted, scandir 'C:\Users\tomok\Application Data', run "dcl help start" for more info.
C:\Users\tomok>
よく見ると、
ディレクトリーの作成をしていないからでした。
プログラミング初心者にありがちなミスで
はずかしいですw
>mkdir test
>cd test
>dcl start
でoperatiton not permitted scandir ~ のエラーは消えました。

よし、これで進めていけそうです。
DecentralandのSDKハッカソン。
入選できるようにがんばります~!
スポンサーリンク
コメントをお書きください