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
- How much should I wait for Appwrite Func...
Here's my situation: 1. Deploy the function first 2. Add API key(other service) in env 3. Redeploy 4. The function still cannot recognize my API key. I think i...
- I can't add relationship attributes on m...
How can I make it work in selfhosted Appwrite?
- Various Issues with Selfhosted Instance
When Creating sites, applications and messages i get different errors in Appwrite: When adding Site: Cannot access offset of type string on string When buildi...
