purescript / documentation

Documentation for the PureScript language, compiler, and tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to install purescript using npm on Ubuntu 20.04

arjunv27 opened this issue · comments

  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:267:19)
    at onErrorNT (internal/child_process.js:469:16)
    at processTicksAndRejections (internal/process/task_queues.js:84:21)

using node 12.18 and npm 6.14

Does purescript require stack as a dependency?

hmm it does -- may be useful to add to the docs

It only requires stack if the binaries don’t work. Since you’re on ubuntu 20.04, my guess is that you just need to install libtinfo5.

Yes, thanks -- got it to work.

Using Ubuntu these past few days has made me grow appreciative of Nix.