yarn watch failed #3488
Replies: 3 comments 8 replies
-
windows system |
Beta Was this translation helpful? Give feedback.
-
Hmm Windows might not like the environment variable syntax. I think we'll need to use cross-env with
But I tried this and while it works I got stuck on |
Beta Was this translation helpful? Give feedback.
-
After changing to a linux system, the yarn watch error is reported as follows: [watch-extension-media] error Command failed with exit code 1. |
Beta Was this translation helpful? Give feedback.
-
When I clone the code and execute yarn && yarn watch, the error is reported as follows,
Want to know how to solve?
code-server git:(main) ✗ yarn watch
yarn run v1.22.10
$ VSCODE_IPC_HOOK_CLI= NODE_OPTIONS=--max_old_space_size=32384 ts-node ./ci/dev/watch.ts
'VSCODE_IPC_HOOK_CLI' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Beta Was this translation helpful? Give feedback.
All reactions