You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This also seems to be the case from within WSL2. When I do a npm build that uses rimraf (i.e. it removes the build folder before compiling again) live-push shows the ENOENT error when after the file got recreated
When after deleting a file (
test.txt
), livepush fails with the following error:[Error] An error occured whilst trying to perform a livepush:
[Error] ENOENT: no such file or directory, lstat 'C:\xxx\src\2\test.txt'
This appears to be a separate problem to the windows path format issue.
Platform: Windows 10 64
(Confirmed does not affect Linux)
The text was updated successfully, but these errors were encountered: