Skip to content
Back

How can I check which version of node-appwrite was installed during the function build?

  • 0
  • Self Hosted
  • Functions
rbiut
17 Jul, 2025, 03:13

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.
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more