-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
You just edit the things out which gave the error and do The process is something like you create the micro with For CLI commands - https://docs.deta.sh/docs/cli/commands/ |
Beta Was this translation helpful? Give feedback.
-
|
I found the problem, deta doesn't reinstall the dependencies, it reuses the previous ones, it only replaces your code unless you update the dependency version I have a suggestion, can either make the deployed project completely re-update the dependencies, or add a new parameter after the |
Beta Was this translation helpful? Give feedback.


I found the problem, deta doesn't reinstall the dependencies, it reuses the previous ones, it only replaces your code unless you update the dependency version
I have a suggestion, can either make the deployed project completely re-update the dependencies, or add a new parameter after the
deta deploycommand, similar todeta deploy --no-cache, while if you don't write it, the caching policy is used by default