wuub / SublimeREPL

SublimeREPL - run an interpreter inside ST2 (Clojure, CoffeeScript, F#, Groovy, Haskell, Lua, MozRepl, NodeJS, Python, R, Ruby, Scala, shell or configure one yourself)
https://github.com/wuub/SublimeREPL
Other
2.14k stars 312 forks source link

[ClojureScript] "Couldn't find project.clj, which is needed for trampoline" #384

Open ilyador opened 9 years ago

ilyador commented 9 years ago

Couldn't find project.clj, which is needed for trampoline This is the message I get when trying to run ClojureScript REPL. I do have project.clj file in the root of the project.

Sublime 3 on osx 10.10

jefffriesen commented 9 years ago

I have this exactly same issue. I do have a project.clj as well.

Sublime 3, OSX 10.10.5

stevechae commented 7 years ago

A temporary solution would be to edit ~/Library/Application Support/Sublime Text 3/Packages/SublimeREPL/config/ClojureScript/Main.sublime-menu and replace "$file_path" with "$folder" for cwd.osx. Then use ClojureScript REPL (not the Browser REPL)