-
Notifications
You must be signed in to change notification settings - Fork 6.3k
build error while excuting yarn build:vscode on riscv #6793
-
root@lpi4a:/home/sipeed/bench/node/code-server# yarn build
yarn run v1.22.22
$ ./ci/build/build-code-server.sh
Done in 143.56s.
root@lpi4a:/home/sipeed/bench/node/code-server# export VERSION='0.0.1' && yarn build:vscode
yarn run v1.22.22
$ ./ci/build/build-vscode.sh
error: pathspec 'product.json' did not match any file(s) known to git
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
-
😕 1
Ah you might have missed the install and submodule steps. We list them under the development section but not the build section. We should probably list them in both sections.
code-server/docs/CONTRIBUTING.md
Lines 90 to 93 in ab4b36f
Replies: 1 comment
-
Ah you might have missed the install and submodule steps. We list them under the development section but not the build section. We should probably list them in both sections.
code-server/docs/CONTRIBUTING.md
Lines 90 to 93 in ab4b36f
Beta Was this translation helpful? Give feedback.