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
@jgw96 reported this to me directly: After the first call to workbox-build.copyWorkboxLibraries(), calling it again while the destination directory still exists will lead to errors like
Error: One or more of the Workbox libraries could not be copied over to the destination directory:
Error: ENOENT: no such file or directory, unlink '/tmp/workbox-v3.0.0-alpha.5/workbox-sw.js'
The text was updated successfully, but these errors were encountered:
Library Affected:
workbox-build
@jgw96 reported this to me directly: After the first call to
workbox-build.copyWorkboxLibraries()
, calling it again while the destination directory still exists will lead to errors likeError: One or more of the Workbox libraries could not be copied over to the destination directory: Error: ENOENT: no such file or directory, unlink '/tmp/workbox-v3.0.0-alpha.5/workbox-sw.js'
The text was updated successfully, but these errors were encountered: