Closed
Description
Description
A clear and concise description of what the bug is.
I want to try purescript, and try to install on my void linux musl with yarn and get error instead
To Reproduce
Steps to reproduce the behavior.
yarn global add purescript
output:
Command: install-purescript --purs-ver=0.13.8
Arguments:
Directory: /home/gasacchi/.config/yarn/global/node_modules/purescript
Output:
[ SUCCESS ] Check if a prebuilt 0.13.8 binary is provided for linux (4s)
[ SUCCESS ] Download the prebuilt PureScript binary (55s)
[ FAILURE ] Verify the prebuilt binary works correctly
Error: spawn /home/gasacchi/xxx/.dev/gsclinux/.config/yarn/global/node_modules/purescript/purs.bin ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:269:19)
at onErrorNT (internal/child_process.js:465:16)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
↓ Fallback: building from source
[ FAILURE ] Check if 'stack' command is available
Error: Command failed with exit code 2 (ENOENT): stack --allow-different-user --numeric-version
spawn stack ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:269:19)
at onErrorNT (internal/child_process.js:465:16)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command.
Expected behavior
A clear and concise description of what you expected to happen.
purescript success installed
Additional context
Add any other context about the problem here.
running on Void linux with musl libc
PureScript version
0.13.8
Metadata
Metadata
Assignees
Labels
No labels