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
// Set PATH to include bundled watchman binariesconstwatchmanBinDir=path.resolve(path.join(__dirname,"../binaries/win32/x64/watchman/bin"));// ; on Windows, : on Unixprocess.env.PATH=`${process.env.PATH};${watchmanBinDir}`;
I will bundle watchman with my application, and I wonder how can I tell
@parcel/watcher
to use it from a given path.The text was updated successfully, but these errors were encountered: