At the moment, the dependencies of this project are not locked, making it possible for different people to experience different behavior. At a minimum, we should specify the major and minor versions of the dependency.
|
echo "installing node" |
|
brew install node |
The latest Node version is 20.2.0. Is this the version this script had in mind?
At the moment, the dependencies of this project are not locked, making it possible for different people to experience different behavior. At a minimum, we should specify the major and minor versions of the dependency.
api/script/bootstrap
Lines 15 to 16 in 6b1bc81
The latest Node version is
20.2.0. Is this the version this script had in mind?