freeman42x / haskell-editor-setup

Easy instructions for setting up Haskell editors / IDEs on any major operating system.
GNU General Public License v3.0
101 stars 15 forks source link

2h- Bug: haskell-editor-setup: nw: createProcess: runInteractiveProcess: exec: does not exist (No such file or directory) #103

Closed freeman42x closed 4 years ago

freeman42x commented 4 years ago

@badly-drawn-wizards got following error:

-> % nix-shell --run "cabal run"
Up to date
haskell-editor-setup: nw: createProcess: runInteractiveProcess: exec: does not exist (No such file or directory)
freeman42x commented 4 years ago

@badly-drawn-wizards @alter2000

error might come from: https://github.com/fairy-tale-agi-solutions/haskell-editor-setup/pull/101/files

or from here: https://github.com/fairy-tale-agi-solutions/haskell-editor-setup/pull/100/files

freeman42x commented 4 years ago

@badly-drawn-wizards I think this is because you do not have the Nix package nwjs-sdk installed. Follow the guide here: https://github.com/fairy-tale-agi-solutions/haskell-editor-setup/blob/master/CONTRIBUTING.md

Very soon I will try automating the entire dev setup, starting with: https://github.com/fairy-tale-agi-solutions/haskell-editor-setup/issues/102