Back
How can I check which version of node-appwrite was installed during the function build?
- 0
- Self Hosted
- Functions
Hi everyone,
I deployed a Function on Appwrite with the following in my package.json:
TypeScript
"node-appwrite": "*"
}```
Since Appwrite automatically runs npm install during the build, I understand it installed the latest version of node-appwrite available at that time.
Now I want to pin the exact version that was originally installed because I need to update the function logic, but I don’t want to upgrade my Appwrite installation or the version of node-appwrite just yet.
I want to make sure nothing breaks during this update — I’ll handle upgrades in a few months.
Is there any way to find out which version of node-appwrite was installed during the original build, without modifying or redeploying the function?
Any ideas or workarounds would be greatly appreciated. Thanks!
TL;DR
Developers want to confirm the version of node-appwrite installed during the initial build without modifying or redeploying the function. This is important to maintain stability before proceeding with future upgrades. Unfortunately, there is no direct way to check this without redeployment. One potential workaround is to explore the function logs or source control history for clues on the exact version used during the original build.Recommended threads
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...
- How to use Sites on selfhosted appwrite
whenever I try to create a site even with template it says 404 nginx error