Hey ๐ continuing from the Github issue: Iโm trying to build cherry locally but am getting the following error:
> bb run build
----- Error --------------------------------------------------------------------
Type: java.lang.Exception
Message: shell does not exist
Location: ~/cherry/bb/tasks.clj:2:3
----- Context ------------------------------------------------------------------
1: (ns tasks
2: (:require
^--- shell does not exist
3: [babashka.fs :as fs]
4: [babashka.process :refer [shell]]
5: [clojure.edn :as edn]
6: [ :as io]))
7:
----- Stack trace --------------------------------------------------------------
tasks - ~/cherry/bb/tasks.clj:2:3
user-df46bab8-32c7-4aec-9a0e-4aa01f9bbd4e - <expr>:4:47
Iโve tried this after making sure the deps installed, but it doesnโt seem to fix it. Am I doing something wrong or do I need to do something else to make this work?@slack1338 What version of bb are you using?
babashka v0.8.2
please upgrade :)
that fixed it ๐ thanks ๐