Instalar una nueva aplicación con rieles 6.1.4. Al ejecutar la aplicación me sale lo siguiente....
Desde el navegador:
Showing /home/james/ReachTech/app/views/layouts/application.html.erb where line #10 raised: Webpacker can't find application.js in /home/james/ReachTech/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: { } Extracted source (around line #10): 8 9 10 11 12 13 <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> <%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %> </head> <body>Estoy queriendo usar javascript. He reiniciado la aplicación varias veces. ¿Alguna sugerencia?
Por favor, ejecute este comando
yarn install