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
WARNING in InjectManifest has been called multiple times, perhaps due to running webpack in --watch mode. The precache manifest generated after the first call may be inaccurate!
#1
Open
maytiara opened this issue
Sep 29, 2022
· 0 comments
[email protected] start:dev
concurrently "cd server && npm run server" "cd client && npm run dev"
[0] npmnpm WARN config global --global, --local are deprecated. Use --location=global instead.
[0] WARN config global --global, --local are deprecated. Use --location=global instead.
[0] ...............] - : timing config:load:flatten Completed in 2ms
[0] > [email protected] server
[0] > nodemon server.js --ignore client
[0]
[1]
[1] > dev
[1] > webpack-dev-server
[1]
[0] [nodemon] 2.0.20 - : timing config:load:flatten Completed in 2ms
[0] [nodemon] to restart at any time, enter rs
[0] [nodemon] watching path(s): .
[0] [nodemon] watching extensions: js,mjs,json
[0] [nodemon] starting node server.js
[0] Now listening on port: 3000 config:load:flatten Completed in 2ms
[1] [webpack-dev-server] Project is running at: Completed in 2ms
[1] [webpack-dev-server] Loopback: http://localhost:8080/
[1] [webpack-dev-server] On Your Network (IPv4): http://..
[1] [webpack-dev-server] Content not from webpack is served from '..' directory
[1] (node:12436) [DEP_WEBPACK_COMPILATION_ASSETS] DeprecationWarning: Compilation.assets will be frozen in future, all modifications are deprecated.
[1] BREAKING CHANGE: No more changes should happen to Compilation.assets after sealing the Compilation.
[1] Do changes to assets earlier, e. g. in Compilation.hooks.processAssets.
[1] Make sure to select an appropriate stage from Compilation.PROCESS_ASSETS_STAGE_.
[1] (Use node --trace-deprecation ... to show where the warning was created)
[1] assets by path assets/icons/.png 48.5 KiBatten Completed in 2ms
[1] asset assets/icons/icon_512x512.png 24 KiB [emitted]
[1] asset assets/icons/icon_384x384.png 10.4 KiB [emitted]
[1] asset assets/icons/icon_256x256.png 6.02 KiB [emitted]
[1] asset assets/icons/icon_192x192.png 4.07 KiB [emitted]
[1] asset assets/icons/icon_128x128.png 2.38 KiB [emitted]
[1] asset assets/icons/icon_96x96.png 1.63 KiB [emitted]
[1] assets by path .js 918 KiB
[1] asset src-sw.js 338 KiB [emitted]
[1] asset main.bundle.js 317 KiB [emitted] (name: main)
[1] asset install.bundle.js 263 KiB [emitted] (name: install)
[1] asset index.html 1.4 KiB [emitted]
[1] asset manifest.json 919 bytes [emitted]
[1] runtime modules 54.6 KiB 25 modules
[1] modules by path ./node_modules/ 200 KiB 39 modules
[1] modules by path ./src/ 12.4 KiB
[1] modules by path ./src/js/.js 5.92 KiB
[1] ./src/js/index.js 811 bytes [built] [code generated]
[1] ./src/js/install.js 906 bytes [built] [code generated]
[1] ./src/js/editor.js 1.51 KiB [built] [code generated]
[1] ./src/js/database.js 2.44 KiB [built] [code generated]
[1] ./src/js/header.js 299 bytes [built] [code generated]
[1] modules by path ./src/css/*.css 6.48 KiB
[1] ./src/css/style.css 2.27 KiB [built] [code generated]
[1] ./node_modules/css-loader/dist/cjs.js!./src/css/style.css 4.21 KiB [built] [code generated]
[1]
[1] LOG from InjectManifest
[1] The service worker at src-sw.js will precache
[1] 3 URLs, totaling 595 kB.
[1]
[1] asset install.d204026bda424f417e19.hot-update.json 31 bytes [emitted] [immutable] [hmr]
[1] asset main.d204026bda424f417e19.hot-update.json 28 bytes [emitted] [immutable] [hmr]
[1] asset index.html 1.4 KiB [emitted]
[1] Entrypoint main 318 KiB = main.bundle.js 317 KiB main.d204026bda424f417e19.hot-update.js 859 bytes
[1] Entrypoint install 263 KiB = install.bundle.js 263 KiB install.d204026bda424f417e19.hot-update.js 862 bytes
[1] cached modules 212 KiB [cached] 46 modules
[1] runtime modules 54.6 KiB 25 modules
[1]
[1] LOG from InjectManifest
[1] The service worker at src-sw.js will precache
[1] 7 URLs, totaling 597 kB.
[1]
[1] WARNING in InjectManifest has been called multiple times, perhaps due to running webpack in --watch mode. The precache manifest generated after the first call may be inaccurate! Please see GoogleChrome/workbox#1790 for more information.
[1]
[1] webpack 5.74.0 compiled with 1 warning in 90 ms
[1] [webpack-dev-server] Gracefully shutting down. To force exit, press ^C again. Please wait...
[1] Terminate batch job (Y/N)? Terminate batch job (Y/N)? Terminate batch job (Y/N)? cd server && npm run server exited with code 1
[1] cd client && npm run dev exited with code 1
The text was updated successfully, but these errors were encountered:
maytiara
changed the title
WARNING in InjectManifest has been called multiple times, perhaps due to running webpack in --watch mode. The precache manifest generated after the first call may be inaccurate! Please see https://github.com/GoogleChrome/workbox/issues/1790 for more information
WARNING in InjectManifest has been called multiple times, perhaps due to running webpack in --watch mode. The precache manifest generated after the first call may be inaccurate!
Sep 29, 2022
[0] npmnpm WARN config global
--global
,--local
are deprecated. Use--location=global
instead.[0] WARN config global
--global
,--local
are deprecated. Use--location=global
instead.[0] ...............] - : timing config:load:flatten Completed in 2ms
[0] > [email protected] server
[0] > nodemon server.js --ignore client
[0]
[1]
[1] > dev
[1] > webpack-dev-server
[1]
[0] [nodemon] 2.0.20 - : timing config:load:flatten Completed in 2ms
[0] [nodemon] to restart at any time, enter
rs
[0] [nodemon] watching path(s): .
[0] [nodemon] watching extensions: js,mjs,json
[0] [nodemon] starting
node server.js
[0] Now listening on port: 3000 config:load:flatten Completed in 2ms
[1] [webpack-dev-server] Project is running at: Completed in 2ms
[1] [webpack-dev-server] Loopback: http://localhost:8080/
[1] [webpack-dev-server] On Your Network (IPv4): http://..
[1] [webpack-dev-server] Content not from webpack is served from '..' directory
[1] (node:12436) [DEP_WEBPACK_COMPILATION_ASSETS] DeprecationWarning: Compilation.assets will be frozen in future, all modifications are deprecated.
[1] BREAKING CHANGE: No more changes should happen to Compilation.assets after sealing the Compilation.
[1] Do changes to assets earlier, e. g. in Compilation.hooks.processAssets.
[1] Make sure to select an appropriate stage from Compilation.PROCESS_ASSETS_STAGE_.
[1] (Use
node --trace-deprecation ...
to show where the warning was created)[1] assets by path assets/icons/.png 48.5 KiBatten Completed in 2ms
[1] asset assets/icons/icon_512x512.png 24 KiB [emitted]
[1] asset assets/icons/icon_384x384.png 10.4 KiB [emitted]
[1] asset assets/icons/icon_256x256.png 6.02 KiB [emitted]
[1] asset assets/icons/icon_192x192.png 4.07 KiB [emitted]
[1] asset assets/icons/icon_128x128.png 2.38 KiB [emitted]
[1] asset assets/icons/icon_96x96.png 1.63 KiB [emitted]
[1] assets by path .js 918 KiB
[1] asset src-sw.js 338 KiB [emitted]
[1] asset main.bundle.js 317 KiB [emitted] (name: main)
[1] asset install.bundle.js 263 KiB [emitted] (name: install)
[1] asset index.html 1.4 KiB [emitted]
[1] asset manifest.json 919 bytes [emitted]
[1] runtime modules 54.6 KiB 25 modules
[1] modules by path ./node_modules/ 200 KiB 39 modules
[1] modules by path ./src/ 12.4 KiB
[1] modules by path ./src/js/.js 5.92 KiB
[1] ./src/js/index.js 811 bytes [built] [code generated]
[1] ./src/js/install.js 906 bytes [built] [code generated]
[1] ./src/js/editor.js 1.51 KiB [built] [code generated]
[1] ./src/js/database.js 2.44 KiB [built] [code generated]
[1] ./src/js/header.js 299 bytes [built] [code generated]
[1] modules by path ./src/css/*.css 6.48 KiB
[1] ./src/css/style.css 2.27 KiB [built] [code generated]
[1] ./node_modules/css-loader/dist/cjs.js!./src/css/style.css 4.21 KiB [built] [code generated]
[1]
[1] LOG from InjectManifest
[1] The service worker at src-sw.js will precache
[1] 3 URLs, totaling 595 kB.
[1]
[1] asset install.d204026bda424f417e19.hot-update.json 31 bytes [emitted] [immutable] [hmr]
[1] asset main.d204026bda424f417e19.hot-update.json 28 bytes [emitted] [immutable] [hmr]
[1] asset index.html 1.4 KiB [emitted]
[1] Entrypoint main 318 KiB = main.bundle.js 317 KiB main.d204026bda424f417e19.hot-update.js 859 bytes
[1] Entrypoint install 263 KiB = install.bundle.js 263 KiB install.d204026bda424f417e19.hot-update.js 862 bytes
[1] cached modules 212 KiB [cached] 46 modules
[1] runtime modules 54.6 KiB 25 modules
[1]
[1] LOG from InjectManifest
[1] The service worker at src-sw.js will precache
[1] 7 URLs, totaling 597 kB.
[1]
[1] WARNING in InjectManifest has been called multiple times, perhaps due to running webpack in --watch mode. The precache manifest generated after the first call may be inaccurate! Please see GoogleChrome/workbox#1790 for more information.
[1]
[1] webpack 5.74.0 compiled with 1 warning in 90 ms
[1] [webpack-dev-server] Gracefully shutting down. To force exit, press ^C again. Please wait...
[1] Terminate batch job (Y/N)? Terminate batch job (Y/N)? Terminate batch job (Y/N)? cd server && npm run server exited with code 1
[1] cd client && npm run dev exited with code 1
The text was updated successfully, but these errors were encountered: