Open fstiffo opened 6 years ago
The 'leanpkg new' command does not work.
leanpkg new myfirstprj
Expected behavior: The creation of a new dir with the name myfirstprj and the setup of the project
myfirstprj
Actual behavior: The command start and after a sec the failed to start child process error appears.
failed to start child process
Reproduces how often: 100%
Lean (version 3.4.1, commit 17fe3decaf8a, Release)
Microsoft Windows [Version 6.1.7601]
git version 2.19.0.windows.1
I can reproduce this in cmd.
cmd
As a workaround, the command does work in the MSYS2 MinGW 64-bit shell, which you can install here.
MSYS2 MinGW 64-bit
It works also with Git bash that is installed by default with Git on Windows.
Git bash
Prerequisites
Description
The 'leanpkg new' command does not work.
Steps to Reproduce
leanpkg new myfirstprj
Expected behavior: The creation of a new dir with the name
myfirstprj
and the setup of the projectActual behavior: The command start and after a sec the
failed to start child process
error appears.Reproduces how often: 100%
Versions
Lean (version 3.4.1, commit 17fe3decaf8a, Release)
Microsoft Windows [Version 6.1.7601]
git version 2.19.0.windows.1