I’ve a vanilla installation of Discourse and upgrade regularly. Today’s upgrade is failing (last 20 or so commits) with the following info:
Missing yarn packages:
Package: ember-auto-import
* Specified: ^1.12.0
* Installed: 1.11.2
Run `yarn` to install missing dependencies.
and then:
An error occurred in the constructor for ember-cli-dependency-checker at /var/www/discourse/app/assets/javascripts/node_modules/ember-cli-dependency-checker
Does that have anything to do with the failed update? Since I have a docker-setup I thought everything is installed and provided within the container/image.
@Amicable@Martin_Anonym I just pushed a fix to docker_manager (the plugin which provides the /admin/upgrade functionality). Please try visiting /admin/upgrade again - it should show an available update for docker_manager.
Install that, then visit /admin/upgrade again, and run an “Upgrade All”. Then, things should be back in working order.
Bundle complete! 127 Gemfile dependencies, 176 gems now installed.
Gems in the groups 'test' and 'development' were not installed.
Bundled gems are installed into `./vendor/bundle`
$ yarn install --production
yarn install v1.22.15
[1/5] Validating package.json...
[2/5] Resolving packages...
warning Resolution field "lodash@4.17.21" is incompatible with requested version "lodash@4.17.15"
It’s bundling and seems to be building… just have to wait a little more