Skip to content

Commit 3c477c4

Browse files
committed
docs: fix command to workaround EPERM error
1 parent 524b643 commit 3c477c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Alternatively you can use [devcontainers/cli](https://github.com/devcontainers/c
9696
- Then run `devcontainer up --workspace-folder .`. This command will start a Docker container with all required environment dependencies.
9797

9898
> [!NOTE]
99-
> On Windows, you may run into an `EPERM` permissions error when running the startup script `corepack enable & pnpm install`. This may be due to container permissions on Windows host systems. You can ignore the error, because it will still successfully boot and connect to the dev container. Then in the remote terminal, run `sudo /home/circleci/local/bin/pnpm install` to perform the initial install which will run all the postinstall scripts as root.
99+
> On Windows, you may run into an `EPERM` permissions error when running the startup script `corepack enable & pnpm install`. This may be due to container permissions on Windows host systems. You can ignore the error, because it will still successfully boot and connect to the dev container. Then in the remote terminal, run `sudo /home/circleci/bin/pnpm install` to perform the initial install which will run all the postinstall scripts as root.
100100
101101
##### Using development container without Dev Containers and VSCode
102102

0 commit comments

Comments
 (0)