SUSE / Portus

Authorization service and frontend for Docker registry (v2)
http://port.us.org/
Apache License 2.0
3k stars 471 forks source link

Webpack service crashing at start using postgres yml #2271

Closed sirolevo closed 4 years ago

sirolevo commented 4 years ago

Description

error webpack@4.16.1: The engine "node" is incompatible with this module. Expected version ">=6.11.5". This relates to #1892.

Steps to reproduce

  1. cp examples/postgresql/docker-compose.yml docker-compose.postgres.yml
  2. docker-compose -f docker-compose.postgres.yml up

webpack_1 | Installing dependencies... webpack_1 | yarn install v1.6.0 webpack_1 | [1/4] Resolving packages... webpack_1 | [2/4] Fetching packages... webpack_1 | info fsevents@1.2.4: The platform "linux" is incompatible with this module. webpack_1 | info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation. webpack_1 | error webpack@4.16.1: The engine "node" is incompatible with this module. Expected version ">=6.11.5". webpack_1 | info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. webpack_1 | error Found incompatible module webpack_1 | yarn run v1.6.0 webpack_1 | $ webpack --watch --config config/webpack.js webpack_1 | /bin/sh: 1: webpack: not found webpack_1 | error Command failed with exit code 127. webpack_1 | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. portus_webpack_1 exited with code 1

Deployment information

Deployment method: With docker-compose.postgres.yml at the repo root.

Configuration:

Portus version: #2228

stale[bot] commented 4 years ago

Thanks for all your contributions! This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.