-
-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.1.2 ERROR run failed: command exited (1) #456
Comments
Thank you for your contribution. We will check and reply to you as soon as possible. |
Try again, still can't run successfully~ 19:12:45 - Starting compilation in watch mode... Tasks: 2 successful, 6 total ERROR run failed: command exited (1) |
It looks like a permission error. Could you try as an administrator?
|
Is that the same os? windows? |
Yes it is on Windows 11. |
It may helpful... hmm.... Obviously, the error seems to be a permissions issue. I don't have a Windows machine right now, so it's hard to reproduce. :( |
If the answers above don't help, try changing the following entries in your "build": {
// "dependsOn": ["clean", "^clean", "^build"],
"dependsOn": ["^build"],
"outputs": ["../../dist/**", "dist/**", "build/**"]
}, |
The answer came just in time |
After continuous testing, it is necessary to do this in Windows11 to run normally, and those error prompts about permissions are not accurate.
|
@ggymzz running ~~ |
Despite trying all of the above solutions, restarting all vs code instances and running as administrator, removing the clean step as mentioned above, and restarting windows, It remains the same for me. I am not sure if this is the case for others, but I am not able to delete the .turbo folder that is created, no matter what I do from the file explorer, it is never satisfied with the permissions which i give it. Seems like a windows problem, I guess I'll install Linux now🫠 |
You can get rid of "pnpn run clean &&" because I think it's conflict occupied |
Oh my, thanks so much @ggymzz and @Jonghakseo , I did remove 'pnpm run clean &&' before, but I miscalculated the sheer number of package.json's in the repo, after replacing all of them it works. |
Thankyou guys, this is working for me after a pull. |
Is it still require to run this as admin on Windows? any workaround? |
Describe the bug
18:08:57 - Starting compilation in watch mode...
@chrome-extension-boilerplate/shared:dev:
@chrome-extension-boilerplate/hmr:build: cache miss, executing ad81c414348df793
@chrome-extension-boilerplate/dev-utils:build: cache miss, executing 5f3ab6c9256f24ad
@chrome-extension-boilerplate/shared:clean: ERROR: command finished with error: command (D:\xx\chrome-extension\chrome-extension-boilerplate-react-vite\packages\shared) D:\xxx\nodejs\pnpm.cmd run clean exited (1)
@chrome-extension-boilerplate/shared#clean: command (D:\xxx\chrome-extension\chrome-extension-boilerplate-react-vite\packages\shared) D:\Program Files\nodejs\pnpm.cmd run clean exited (1)
Tasks: 2 successful, 6 total
Cached: 0 cached, 6 total
Time: 5.19s
Failed: @chrome-extension-boilerplate/shared#clean
ERROR run failed: command exited (1)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Want to know how to run it successfully
Screenshots
none
Desktop (please complete the following information):
Additional context
none
The text was updated successfully, but these errors were encountered: