forge install
does not work on Windows
#621
Labels
C-forge
Command: forge
Cmd-forge-pm
Command: forge install/update/remove
D-average
Difficulty: average
P-normal
Priority: normal
T-bug
Type: bug
Uh oh!
There was an error while loading. Please reload this page.
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
Fresh build on 2f6148f
What command(s) is the bug in?
forge install (trickles down to forge init)
Operating System
Windows
Describe the bug
Running
forge init
completes without errors but thelib
folder is empty, even though it saysds-test
was installed. Runningforge install dapphub/ds-test
also completes without error, but still yields an emptylib
folder.Furthermore, no
.gitmodules
file is created.Manually running
git submodule add https://github.com/dapphub/ds-test lib/ds-test
works as expected.My immediate suspicion is that this is some annoying path issue, just like we are experiencing on many of the integration tests
The text was updated successfully, but these errors were encountered: