cherry

2022-08-03T18:23:44.994619Z

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?

borkdude 2022-08-03T18:38:29.978049Z

@slack1338 What version of bb are you using?

2022-08-03T18:44:27.871009Z

babashka v0.8.2

borkdude 2022-08-03T18:44:37.347699Z

please upgrade :)

2022-08-03T18:46:49.423099Z

that fixed it ๐ŸŽ‰ thanks ๐Ÿ™‚