Closed fredcy closed 1 year ago
Is this error still present in the latest version? If it still doesn't work it would be interesting to see what the difference is between your local setup and the CI (github actions) setup, because there the build seems to work.
I'm having the same error message in my environment as well. I was poking around beacon-sdk/packages/beacon-blockchain-tezos/src/ui
and it looks like there is only an /alert
directory and no/toast
as expected.
Same error too
On Linux ubuntu with WSL2
[Error: ENOENT: no such file or directory, open '/home/zamrokk/beacon-sdk/packages/beacon-blockchain-substrate/src/ui/toast/toast-templates.ts'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/home/zamrokk/beacon-sdk/packages/beacon-blockchain-substrate/src/ui/toast/toast-templates.ts'
}
It should come from missing ui files for substrate merge , right ?
I did a very ugly workaround, just copy the alert-templates.ts file into the 3 missing file/folders , and it compiles fine after that @AndreasGassmann
Looks like this error also appears in the CI, but seems to run through: https://github.com/airgap-it/beacon-sdk/actions/runs/3197895098/jobs/5221723834#step:5:146
I'll take a look.
This issue is caused due the missing folders for the UI elements (toast
in this case). The PR above should fix this ^^.
@zamrokk is not the missing file the problem but the missing folders that allows script/generate-wallet-list.ts
to generate those files.
Describe the bug (current behavior) When I attempt to
npm install
this project it fails.To Reproduce
Expected (correct) behavior I expected all the necessary dependencies to be installed within node_modules.
Screenshots and/or logs See the above scenario for the error messages that resulted.
Environment
Additional context I'm trying to build all the packages as a baseline for building and testing a PR for an enhancement.