We've moved discussions to Discord

Error on fresh project creation: Webpacker::Manifest::MissingEntryError in Jumpstart::Admin#show

I'm trying to reimplement one of my original JSR apps from a fresh project installation and I keep running into the following error. Has anyone else encountered the same issue and does anyone know how to fix this issue? I followed the instructions exactly multiple times and I tried searching for solutions, but unfortunately nothing fixed the problem.

Thanks in advance! 

Webpacker::Manifest::MissingEntryError in Jumpstart::Admin#show

Showing /Users/main/Desktop/Projects/test_project/lib/jumpstart/app/views/layouts/jumpstart/application.html.erb where line #11 raised: Webpacker can't find application.css in /Users/main/Desktop/Projects/test_project/public/packs/manifest.json. Possible causes: 1. You want to set webpacker.yml value of compile to true for your environment unless you are using the `webpack -w` or the webpack-dev-server. 2. webpack has not yet re-run to reflect updates. 3. You have misconfigured Webpacker's config/webpacker.yml file. 4. Your webpack configuration is not creating a manifest. Your manifest contains: { "administrate.js": "/packs/js/administrate-6105e481ca2c91208428.js", "application.js": "/packs/js/application-d9f8d6fc07e5e3f4dae6.js", "entrypoints": { "administrate": { "assets": { "js": [ "/packs/js/runtime-4f445db1f03cca8765f9.js", "/packs/js/vendors-node_modules_webpack-dev-server_client_index_js_http_localhost_3035-node_modules_webp-d87aec-c3f64b93a94b2ce23845.js", "/packs/js/administrate-6105e481ca2c91208428.js" ] } }, "application": { "assets": { "js": [ "/packs/js/runtime-4f445db1f03cca8765f9.js", "/packs/js/vendors-node_modules_webpack-dev-server_client_index_js_http_localhost_3035-node_modules_webp-d87aec-c3f64b93a94b2ce23845.js", "/packs/js/application-d9f8d6fc07e5e3f4dae6.js" ] } } }, "js/vendors-node_modules_webpack-dev-server_client_index_js_http_localhost_3035-node_modules_webp-d87aec-c3f64b93a94b2ce23845.js": "/packs/js/vendors-node_modules_webpack-dev-server_client_index_js_http_localhost_3035-node_modules_webp-d87aec-c3f64b93a94b2ce23845.js", "runtime.js": "/packs/js/runtime-4f445db1f03cca8765f9.js" }

image.png 21.7 KB


Chris Oliver
Have you installed yarn and run yarn to install the webpacker dependencies? You can check by running bin/webpack to make sure the webpack compilation succeeds.
Notifications
You’re not receiving notifications from this thread.