Hello, I am trying out Dagger for the first time, but I get the following error:
PS C:\Users\Admin_jnesta\dagger> dagger init --sdk=typescript --source=./dagger
✔ connect 14.0s
✔ cache request: mkfile /schema.json 0.0s
✔ mkfile /schema.json 0.0s
✔ cache request: blob://sha256:3af7dee89d43f9a1fdd646da3f1bb07692a0d57512163bd5d00135e78ab4ceb9 0.0s
✔ blob://sha256:3af7dee89d43f9a1fdd646da3f1bb07692a0d57512163bd5d00135e78ab4ceb9 0.0s
✔ moduleSource(refString: "."): ModuleSource! 0.0s
✔ ModuleSource.kind: ModuleSourceKind! 0.0s
✔ ModuleSource.resolveContextPathFromCaller: String! 0.3s
✔ ModuleSource.withName(name: "dagger"): ModuleSource! 0.0s
✔ ModuleSource.withSDK(sdk: "typescript"): ModuleSource! 0.0s
✔ ModuleSource.withInit: ModuleSource! 0.0s
✔ ModuleSource.withSourceSubpath(path: "dagger"): ModuleSource! 0.0s
✘ ModuleSource.resolveFromCaller: ModuleSource! 6.4s
! failed to collect local module source deps: failed to load sdk: failed to load embedded sdk module "typescript": select: failed to create module from directory: select: failed to create module: select: failed to update codegen and runtime: failed to generate code: failed to get modified source directory for go module sdk codegen: select: process "codegen --output /src --module-context-path /src --module-name typescript-sdk --introspection-json-path /schema.json" did not complete successfully: exit code: 1
Error: failed to generate code: input: moduleSource.withName.withSDK.withInit.withSourceSubpath.resolveFromCaller resolve: failed to collect local module source deps: failed to load sdk: failed to load embedded sdk module "typescript": select: failed to create module from directory: select: failed to create module: select: failed to update codegen and runtime: failed to generate code: failed to get modified source directory for go module sdk codegen: select: process "codegen --output /src --module-context-path /src --module-name typescript-sdk --introspection-json-path /schema.json" did not complete successfully: exit code: 1
/usr/local/bin/runc did not terminate successfully: exit status 1: container does not exist
Stderr:
runc run failed: unable to start container process: unable to apply cgroup configuration: mkdir /sys/fs/cgroup/cpuset/buildkit: permission denied
I am on Windows. I tried re-running this command as Administrator, but it gave the same output. Any ideas?