Things seem to be working okay, but I get this error on launch every time.
Another thing - I’m not familiar with the file format of the .proton
file (is it clojurescript?) and having a heck of a time trying to translate some configuration stuff.
I’m trying to set the colors for terminal-plus
and cannot get any translation of this code to work:
"terminal-plus":
ansiColors:
normal:
blue:
red: 22
green: 120
blue: 219
alpha: 1
@jessejanderson .proton
file is edn
.
regarding "terminal-plus" settings you can try
["terminal-plus.ansiColors" {:normal {:red 22 :green 120 :blue 219 :alpha 1}}]
I was trying to add reagent
to project dependencies. And got error from atom
Cannot find module 'react'
@thheller, can you please help with this?I've fixed this by adding react
and react-dom
to package.json
looks like these packages don't resolves to lib/cljs-runtime/cljsjs/react
Is there any magic how I can resolve modules with shadow-build? :simple_smile:
uhm
@geksilla: what are you trying to do? don't quite understand. package.json is not something shadow-build works with or requires
if you require the normal react
or react-dom
packages I'd advise not using the cljsjs versions
I'm trying to use reagent with proton
I've added it :dependencies
project.clj
then run dev-repl
restarted atom and it loads with error message regarding react
@geksilla: ah ha! Thanks, that format worked.
Anyone have ideas about this? https://clojurians.slack.com/archives/proton/p1455165331000635
your proto-repl package installed manually or via proton?
anyway to fix this
(cd ~/.atom/packages/proto-repl && apm install)
somehow dependencies not installed for proto-repl
ahh - thanks! via Proton but i guess it didn’t work somehow
hrmm but proton basically runs apm install xxx