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
When I build my project for the first time or just delete the lib directory completely and restart the process, I get an error that the directory doesn't exist which is true. It also crashes the process requiring it to have to be ran a second time.
Error: ENOENT: no such file or directory, stat 'C:...\lib'
Is there a way to either delay watching of the directory for x seconds or just wait until the directory is created?
The text was updated successfully, but these errors were encountered:
I am running the following command (split into multiple lines for readability):
When I build my project for the first time or just delete the
lib
directory completely and restart the process, I get an error that the directory doesn't exist which is true. It also crashes the process requiring it to have to be ran a second time.Is there a way to either delay watching of the directory for
x seconds
or just wait until the directory is created?The text was updated successfully, but these errors were encountered: