manazoOriginal post
Rank 3: Container
when i do appwrite deploy function and select my function and hit enter, it throws me "EISDIR: illegal operation on a directory, read" error. tho the tar file is getting created. but it's not deploying my function. am i doing anything wrong here?
Summary
The error you are experiencing during function deployment is likely an npm issue rather than an Appwrite problem. It appears to be related to the creation of a tar file. Refer to the suggested Stack Overflow link for assistance in resolving the "EISDIR: illegal operation on a directory, read" error.