Mosh OntongOriginal post
Rank 5: Hypervisor
It seems the updateFile method in node-appwrite, does not provide a name a parameter
/**
* Update File
*
* Update a file by its unique ID. Only users with write permissions have
* access to update this resource.
*
* @param {string} bucketId
* @param {string} fileId
* @param {string[]} permissions
* @throws {AppwriteException}
* @returns {Promise}
*/
updateFile(bucketId: string, fileId: string, permissions?: string[]): Promise<Models.File>;
/**
Summary
The user has solved the issue by deleting the node module. They suggest checking the version and provide a link to the correct parameter in the GitHub repository. The user also notes that the `updateFile` method in `node-appwrite` does not have a name parameter.