serverless / serverless-plugin-typescript

Serverless plugin for zero-config Typescript support
MIT License
781 stars 222 forks source link

Throws EISDIR error when running deploy #299

Open rswheeldon opened 9 months ago

rswheeldon commented 9 months ago

Affects v3 pre-release. Throws an error like this when I run serverless deploy:

Error: EISDIR: illegal operation on a directory, unlink '/<dir>/.build/node_modules'

Mentioned in https://github.com/serverless/serverless/issues/10326#issuecomment-1783582404 - but this is a separate bug - PR coming shortly.

rswheeldon commented 9 months ago

Already fixed on head in a1098de63f4f36b7ece330f53b9384f7de2bdafa - no need for a PR. Someone just needs to cut a release.