Fork me on GitHub
#re-frame
<
2020-01-26
>
koma12:01:52

Did anyone see this kind of error when used re-frame lein template? It seems re-frame-10x spits it and I don’t know how to fix it.

The required namespace "create-react-class" is not available, it was required by "day8/re_frame_10x/inlined_deps/reagent/v0v8v1/reagent/impl/component.cljs".
The namespace was provided via :foreign-libs which is not supported.
Please refer to  for more information.
You may just need to run:
  npm install create-react-class

thheller12:01:56

@kei you run npm install create-react-class in a terminal in the project dir

👀 4
koma12:01:59

@thheller thank you. it fixed. I misunderstood “You” in error message…