armanhadiOriginal post
Rank 2: Process
Dear appwrite ,
I wanted to update user label in the cloud but the node version does not have it , I tested the dart version it has updateLabels
Summary
The user is experiencing an issue where the node-appwrite library does not have the updateLabels method in version 11.1.0. They have tried deleting node_modules, running npm install, and restarting their IDE, but the issue persists. The user has provided their package.json file for reference.
Solution: It is suggested to check the source code of the script that is failing and ensure that the correct version of the library (11.1.0) is being used. They can also try using the Dart version of appwrite, as it does have the updateLabels method.