hashgraph / stablecoin-studio

All-in-one stablecoin configuration, issuance, and management
Apache License 2.0
30 stars 17 forks source link

Installation script does not work on Windows machines #1003

Closed pathornteng closed 1 month ago

pathornteng commented 10 months ago

Describe the bug Currently our installation script has the following line that use cp command which causes a problem on Windows machine as they don't have cp command

https://github.com/hashgraph/stablecoin-studio/blob/1a67b7c4d63459ba8825cc89118dd9d1af563684/cli/package.json#L20

To Reproduce Run npm install on Windows

Expected behavior The script should also work on Windows machines

MiguelLZPF commented 1 month ago

fix/1003-windows-cd-bug Branch fix this issue