-
Notifications
You must be signed in to change notification settings - Fork 320
Closed
Labels
A-PackagingPackaging, signing, releasingPackaging, signing, releasingO-UncommonMost users are unlikely to come across this or unexpected workflowMost users are unlikely to come across this or unexpected workflowT-DefectX-Regression
Description
Steps to reproduce
I've tried to build Element using Docker as described in the README.
Steps I've done:
- git clone https://github.com/element-hq/element-desktop.git
- cd element-desktop
- yarn install
- yarn run fetch --noverify --cfgdir "myconfig"
- yarn run docker:setup
- yarn run docker:install
- yarn run docker:build:native
Outcome
What did you expect?
Build without errors.
What happened instead?
Following error:
yarn run docker:build:native
yarn run v1.22.19
$ scripts/in-docker.sh yarn run hak
yarn run v1.22.22
error Couldn't find a package.json file in "/"
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
The missing package.json is present.
Operating system
No response
Application version
No response
How did you install the app?
No response
Homeserver
No response
Will you send logs?
No
Metadata
Metadata
Assignees
Labels
A-PackagingPackaging, signing, releasingPackaging, signing, releasingO-UncommonMost users are unlikely to come across this or unexpected workflowMost users are unlikely to come across this or unexpected workflowT-DefectX-Regression