Closed zhengtulymGh closed 1 year ago
Hi @zhengtulymGh - the yarn.lock
file is auto-generated based on all the dependencies that will need to be installed to make the package function, this includes dependents of dependents. If you look into the server's node_modules
you'll find bcrypt has been installed and is in use - this is expected behaviour for the yarn.lock
file.
@budibase/server relies on @budibase/backend-core. I have already removed
bcrypt "5.0.1"
in @budibase/backend-core. Why does the yarn.lock file of @budibase/server still show a dependency onbcrypt "5.0.1"
when I executelerna bootstrap -- --production --no-optional && lerna link
?`I have already tried deleting the yarn.lock file and running
yarn clean", then executing "lerna bootstrap -- --production --no-optional && lerna link
, but the problem still occurs.system: MacOS Monterey 12.2.1 node: v16.19.1 lerna: v6.5.1 yarn: v1.22.19
dependencies of @budibase/backend-core
dependencies of @budibase/server
yarn.lock of @budibase/server