Мое приложение отлично работает на моей рабочей станции, но я не знаю, почему оно не работает на моем ноутбуке. Это то, что я получаю, когда я go на localhost: 3000
Webpacker::Manifest::MissingEntryError at /
Webpacker can't find application in /home/max/app_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:
{
}
Я выполнил команду $ yarn и получил следующее:
yarn install v1.21.1
[1/4] Resolving packages...
[2/4] Fetching packages...
error @rails/webpacker@4.2.2: The engine "node" is incompatible with this module. Expected version ">=8.16.0". Got "8.10.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.