rush docker:build Error #6845
Unanswered
Frankie-Pollock
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
So I am in the process of getting this clone up and working. When running rush docker:build it is fine up until file 1335, then errors are introduced. These errors are attached in the screenshot and I will list some here:
Error: Failed calling mkdir -p bundle && esbuild src/index.ts --bundle --platform=node > bundle/bundle.js. Exit code: 1
Returned error code: 1
"@hcengineering/pod-telegram-bot (bundle)" failed to build.
"@hcengineering/pod-server (docker-build)" is blocked by "@hcengineering/pod-telegram-bot (bundle)".
"@hcengineering/pod-telegram-bot (docker-build)" is blocked by "@hcengineering/pod-telegram-bot (bundle)".
==[ @hcengineering/pod-sign (bundle) ]=======================[ 1342 of 1360 ]==
A subdirectory or file -p already exists.
Error occurred while processing: -p.
A subdirectory or file bundle already exists.
Error occurred while processing: bundle.
Error: Failed calling mkdir -p bundle && esbuild src/index.ts --bundle --platform=node --keep-names > bundle/bundle.js. Exit code: 1
Returned error code: 1
"@hcengineering/pod-sign (bundle)" failed to build.
"@hcengineering/pod-sign (docker-build)" is blocked by "@hcengineering/pod-sign (bundle)".
==[ @hcengineering/pod-collaborator (bundle) ]===============[ 1351 of 1360 ]==
A subdirectory or file -p already exists.
Error occurred while processing: -p.
A subdirectory or file bundle already exists.
Error occurred while processing: bundle.
Error: Failed calling mkdir -p bundle && esbuild src/__start.ts --bundle --platform=node --sourcemap=inline --keep-names --external:*.node --external:bufferutil --external:snappy > bundle/bundle.js. Exit code: 1
Returned error code: 1
"@hcengineering/pod-collaborator (bundle)" failed to build.
"@hcengineering/pod-collaborator (docker-build)" is blocked by "@hcengineering/pod-collaborator (bundle)".
Any help to get past these errors so I can start making contributions will be massively appreciated!
Beta Was this translation helpful? Give feedback.
All reactions