satvis icon indicating copy to clipboard operation
satvis copied to clipboard

Module not found: Error: Can't resolve 'workbox-routing'

Open wangzhanwei666 opened this issue 2 years ago • 1 comments

ERROR in ./src/sw.js 2:0-48 Module not found: Error: Can't resolve 'workbox-routing' in '/home/xxx/satvis/src'

ERROR in ./src/sw.js 3:0-48 Module not found: Error: Can't resolve 'workbox-strategies' in '/home/xxx/satvis/src'

ERROR in ./src/sw.js 4:0-54 Module not found: Error: Can't resolve 'workbox-expiration' in '/home/xxx/satvis/src'

ERROR in ./src/sw.js 5:0-77 Module not found: Error: Can't resolve 'workbox-precaching' in '/home/xxx/satvis/src'

wangzhanwei666 avatar May 20 '22 14:05 wangzhanwei666

Can you clarify which command triggers this error?

Just tried the setup on a clean clone and npm install followed by npm run start is running through without errors.

Flowm avatar May 25 '22 02:05 Flowm