Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught Error: No elm-oracle suggestions #43

Open
Flopster opened this issue Jul 15, 2016 · 1 comment
Open

Uncaught Error: No elm-oracle suggestions #43

Flopster opened this issue Jul 15, 2016 · 1 comment

Comments

@Flopster
Copy link

There are two errors with sending the correct command to elm-oracle in Windows:

In lib/elmOracle.js:

  1. The file paths need to be encased in strings in order to work with paths containing spaces. This can be fixed by replacing line 55 with var results = spawn(getCmdPath(), ['/c (', '"'+executablePath+'"', '"'+filePath+'"', prefix, ')'], options)
  2. For some reason windowsVerbatimArguments: true needs to be added to options. I don't know what this flag does.
@kkruups
Copy link

kkruups commented Aug 18, 2016

I experienced the same issue, but my paths have no spaces and I also editted my elmOracle.js as per Flopster above but still experience same error. For more details see issue filed @elm-oracle below.

ElmCast/elm-oracle#20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants