-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Getting "no such file or directory, rename ..." #208
Comments
Yes, winstaller is broken. I have set latest to 2.8.3. |
I cannot benefit from the fix to #190 until this one is resolved. Correct? |
@mcaoun Yes, blocked on. I am going to publish pre-release version in a few hours. |
fix: Getting "no such file or directory, rename ..." #208
@mcaoun Please try version |
yes, it looks good as far as I can tell, thanks |
I am getting this issue in my windows build with 3.1.0 and 3.0.0 |
@uggrock Please file new issue and provide full error log. |
Since version 2.8.4 I get the error
I have tested both on my Windows machine and on Appveyor and the same error occurs.
It doesn't happen if I revert back to 2.8.3
I also see a new directory being created at the same location as my package.json, in my case
C:\projects\myapp\desktop
:C:\projects\myapp\desktop\projects\myapp\desktop
, in that directory I can find the missing Setup.exe which rename could not find.I assume some confusion between relative and absolute paths somehow..?
The text was updated successfully, but these errors were encountered: