revery-ui/revery

Windows10 esy is installed but revery-ui can not be installed

HakKet opened this issue · 0 comments

Operating System:
Edition Windows 10 Home Single Language
Version 21H1
OS build 19043.1110
Experience Windows Feature Experience Pack 120.2212.3530.0

Visual Studio related tools were installed by using chocolately (chocolately: choco install visualstudio2017buildtools visualstudio2017-workload-vctools -y)

Esy is installed and I can check that when I run the command "esy --version" (0.6.10) but when I run "esy install" then it produces an error. The begining of the error message as below:

PS C:\Users\Name Surname\revery> esy install
info install 0.6.10 (using package.json)
.... fetching @esy-ocaml/substs@0.0.1'C:\Users\Name' is not recognized as an internal or external command,
operable program or batch file.

The beginning of "esy install --verbosity=debug" can also be seen below:

PS C:\Users\Name Surname\revery> esy install --verbosity=debug
debug checkStaleness C:\Users\Name Surname\revery\_esy\default\installation.json: false
debug checkStaleness C:\Users\Name Surname\revery\esy.lock\index.json: false
debug checkStaleness C:\Users\Name Surname\revery\package.json: false

PS: My windows user name is like "Name Surname" and there is a space in it.

I have attached the full error messages of "esy install" and "esy install --verbosity=debug"
revery-ui.md

Thanks