when I run lein figwheel it says 'figwheel' is not a task. See 'lein help'.
I'm not doing a browser front end cljs project, just a server side Node cljs project
Then I guess you haven't configured figwheel properly.
Could you paste your project.clj?
Perhaps start with lein new figwheel hello-world
first.