-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails on windows because of symlink #11
Comments
Hmm. Does node js's symlink stuff work on windows? |
I have no idea, I dont do node. Just trying to get python to work with serverless in a somewhat seamless way. |
Hah. I'll look into it when I get a chance to setup node on a windows box (I don't do windows 😛 ) |
:-) I got around it by just running the serverless deploy commands in a container, so it's no biggie. |
Ah, that definitely is of interest. Thanks! Current docs don't seem to mention this limitation, but does mention a few others. |
This bug can be closed, the current codebase does not use any symlinks |
Good point @AndrewFarley |
I'm getting this error when executing serverless deploy on Windows:
EPERM: operation not permitted, symlink '.requirements\requests'
The text was updated successfully, but these errors were encountered: