Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Piggy bank example won't run on Windows #139

Open
dg-concordium opened this issue Oct 11, 2022 · 0 comments
Open

Piggy bank example won't run on Windows #139

dg-concordium opened this issue Oct 11, 2022 · 0 comments
Labels
[Type] Bug Something isn't working

Comments

@dg-concordium
Copy link
Contributor

Bug Description

When I try to follow the instructions to install and run the piggy bank example, I get an error when I run yarn build:all.

Steps to Reproduce
Open the repo.
Navigate to the piggy bank example.
Run yarn. Result is OK if I ignore checksum.
Run yarn build:all and get error:

PS C:\concordium-browser-wallet\examples\piggybank> yarn build:all
➤ [wccd]: Process started
➤ [wccd]: (node:15116) ExperimentalWarning: Custom ESM Loaders is an experimental feature. This feature could change at any time
➤ [wccd]: (Use node --trace-warnings ... to show where the warning was created)
➤ [wccd]:
➤ [wccd]: dist\index.js 4.5mb
➤ [wccd]: dist\index.css 3.2kb
➤ [wccd]:
➤ [wccd]: Done in 317ms
➤ [wccd]:
➤ [wccd]: dist/index.html - 524
➤ [wccd]: HTML Plugin Done in 88ms
➤ [wccd]: 'cp' is not recognized as an internal or external command,
➤ [wccd]: operable program or batch file.
➤ [wccd]: command not found: cp
➤ [wccd]: Process exited (exit code 127), completed in 2s 976ms
➤ The command failed for workspaces that are depended upon by other workspaces; can't satisfy the dependency graph
➤ Failed with errors in 2s 983ms

Expected Result

Should be able to run the example on all platforms.

Actual Result
cp command is unknown in Windows.

Søren B. Zeppelin knows about this issue.

@dg-concordium dg-concordium added the [Type] Bug Something isn't working label Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant