-
Notifications
You must be signed in to change notification settings - Fork 36
REPL Can't find dependencies when using boot #30
Comments
Tried similar project with lein and had same problem. Feel like I'm doing something wrong :/ |
Found that this error happens intermittently. Sometimes correct behavior sometimes not, even if nothing changed. |
Have you used |
So I required all of my dependencies individually and found that I'm having trouble with this one. (require '[clj-http.client :as client]) I am able to require it in boot repl with no problem. It gives this error when running in instarepl: |
Is there possibly a sample project I could try that reproduces this?
…On Wed, May 3, 2017 at 11:56 AM, Harley Swick ***@***.***> wrote:
So I required all of my dependencies individually and found that I'm
having trouble with this one.
(require '[clj-http.client :as client])
I am able to require it in boot repl with no problem.
It gives this error when running in instarepl:
java.lang.Exception: namespace 'clj-http.client' not found,
compiling:(NO_SOURCE_PATH:0:0)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AANMUyDJTadR5EYgs7UGypiWuZ9A6wumks5r2KOSgaJpZM4NMzzO>
.
|
You can view the repo itself there isn't much there |
@hswick Please check out the pull request I sent to that repo. You need to require your namespace ( |
Trying to use REPL in a pure boot project and am finding that the dependencies are not on the classpath
The text was updated successfully, but these errors were encountered: