-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix# 143 - EPERM error in Windows #144
Conversation
This doesn't exactly do what you want it to... Just replace the comment block
You'll have to update the tests to reflect this change as well. This is a much |
Well -- it does do exactly what I want .. but maybe it's not the cleanest. :) I was trying to minimize the code flow and only for the case where we failed on Windows. Are you saying you'd rather always just do the chmod .. and no unlink is even needed? Well that's cool. Also, being new to this -- how do I run the tests "locally" before I commit to make sure they pass? Cheers |
Yeah, there's no need to remove the file if the permissions are changed. 👍 Run |
Thanks -- did exactly that and now everything seems to be working fine. |
Just a couple of things, convert your tabs to spaces, change your quotes to |
OK -- but I rather LIKE the spaces around the calls .. IMHO -- easier to read.. but that's me.. :) I know I should have used Sublime to make the changes and not vi! LOL .. |
One more thing, the second call to |
Fix# 143 - EPERM error in Windows
Well that was easy! HA! :) |
👍 Thanks for the contribution! |
Thanks for walking me through it -- obviously once you saw the original code you could have had it all done in about 2 minutes and not 3 more commits! :) |
This is just a simple kludge to remove the error when demeteorizing on Windows with an older node version. Seems to work in my testing.