If you create and rename a new folder in a folder that is being monitored by gulp-watch, an ENOENT error will occur and the monitoring will stop.
Instead of not using the folder name in Japanese,
If possible, I would like to be able to add folders easily.
I tried both Mac and Windows operating systems.
The node version is v0.12.5gulp version is 3.9.0.
Both MAC & WINDOWS operating systems have resolved the issue.
gulp.watch
gulp-watch
By using the plug-in, we were able to avoid situations where monitoring stopped.
[Addition on July 1, 2015] In the case of WINDOWS, there is an error in deleting the folder and the monitoring is stopped.
[Additional note on July 2, 2015] I understand that the monitoring stopped due to an error when deleting the folder in WINDOWS.
vinyl-file is not about directors (as gulpitself), so events for create and delete directors are not limited. If there is any files in this directory-then you will getunlink `event for these files.
In the case of MAC, there was no error when deleting each directory.
In the case of WINDOWS, we could avoid the above errors by deleting all files and then deleting folders.
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
582 PHP ssh2_scp_send fails to send files as intended
620 Uncaught (inpromise) Error on Electron: An object could not be cloned
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.