Closed NightRa closed 8 years ago
I can't seem to reproduce the error, could you provide some more detail:
Thanks.
spawn ENOENT
This is really weird because spawn
appears to be executed as a command, but it was actually invoked from the node.js API (child_process.spawn(command[, args][, options])), which should be available on all platforms.
When using agda-mode on Windows, loading causes the following error: "spawn ENOENT "
spawn does not exist on windows.
It should probably use another command to execute agda on windows.