Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer update fails on ubuntu 22.04 #166

Open
dhaliwalsinghmanpreet opened this issue Sep 15, 2024 · 1 comment
Open

Composer update fails on ubuntu 22.04 #166

dhaliwalsinghmanpreet opened this issue Sep 15, 2024 · 1 comment

Comments

@dhaliwalsinghmanpreet
Copy link

Tries to do composer update and got the follwing error

Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Only one of these can be installed: symfony/yaml[2.0.4, ..., v2.8.52, v3.0.0, ..., v3.4.47, v4.0.0, ..., v4.4.45, v5.0.0, ..., v5.4.43, v6.0.0, ..., v6.4.11, v7.0.0, ..., v7.1.4], twig/twig[2.0.4, 2.0.5, 2.0.6], symfony/symfony[v3.1.0, ..., v3.1.10]. [twig/twig, symfony/symfony] replace symfony/yaml and thus cannot coexist with it.
- tss/automailer-bundle dev-master requires symfony/swiftmailer-bundle ^2.8|^3 -> satisfiable by twig/twig[2.0.6, ..., v2.16.0, v3.0.1, ..., v3.13.0].
- Root composer.json requires tss/automailer-bundle dev-master -> satisfiable by tss/automailer-bundle[dev-master].
- Root composer.json requires symfony/symfony 3.1.* -> satisfiable by symfony/symfony[v3.1.0, ..., v3.1.10].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Steps

  1. try to do docker-compose up --build

will get

ERROR [app 6/29] RUN apt-get install -y --fix-missing php7.1-bcmath php7.1-bz2 php7.1-cli php7.1-common php7 4.0s

This is solver by making the following changes.

      A. Changes made in docker file
      
                      1. FROM ubuntu:22.04
                       2.  insted of 
                                  RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -   
                           changed to 
                                  RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
      
      
      B. Go to config/docker/app/Dockerfile directory and run 
      ```
      docker build --no-cache .
      ```
  1. Now back to project main directory and run
    docker-compose up --build

you will get another error

campr_app | Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run composer update or composer update <package name>.
campr_app | Package operations: 161 installs, 0 updates, 0 removals
campr_app |
campr_app |
campr_app | [RuntimeException]
campr_app | /app/backend/vendor does not exist and could not be created.

  1. To fix this error I tried composer update and got the above error.
@dhaliwalsinghmanpreet
Copy link
Author

dhaliwalsinghmanpreet commented Sep 15, 2024

$ docker-compose up --build
[+] Building 0.0s (0/0) do
[+] Building 0.0s (0/0) do
[+] Building 0.0s (0/0) do
[+] Building 0.0s (0/1) do
[+] Building 0.2s (0/1) do
[+] Building 0.2s (1/1) do
[+] Building 0.5s (1/2) do
[+] Building 0.6s (1/2) do
[+] Building 0.8s (1/2) do
[+] Building 0.9s (1/2) do
[+] Building 1.1s (1/2) do
[+] Building 1.2s (1/2) do
[+] Building 1.4s (1/2) do
[+] Building 1.5s (1/2) do
[+] Building 1.7s (1/2) do
[+] Building 1.8s (1/2) do
[+] Building 2.0s (1/2) do
[+] Building 2.1s (1/2) do
[+] Building 2.3s (1/2) do
[+] Building 2.4s (1/2) do
[+] Building 2.6s (1/2) do
[+] Building 2.7s (1/2) do
[+] Building 2.9s (1/2) do
[+] Building 3.0s (1/2) do
[+] Building 3.2s (1/2) do
[+] Building 3.2s (1/3) do
[+] Building 3.3s (2/3) do
[+] Building 3.5s (2/3) do
[+] Building 3.6s (2/3) do
[+] Building 3.8s (2/3) do
[+] Building 3.9s (2/3) do
[+] Building 4.1s (3/3) do
[+] Building 4.2s (3/3) do
[+] Building 4.3s (3/4) do
[+] Building 4.4s (4/4) do
[+] Building 4.5s (5/34) d
[+] Building 4.7s (5/34) d
[+] Building 4.8s (6/34) d
[+] Building 4.9s (34/34) [+] Building 5.0s (34/35) [+] Building 5.2s (34/35) [+] Building 5.3s (34/35) [+] Building 5.5s (35/35) [+] Building 5.6s (35/35) [+] Building 5.8s (35/35) [+] Building 5.9s (35/35) [+] Building 6.1s (35/35) [+] Building 6.2s (35/35) [+] Building 6.4s (35/35) [+] Building 6.5s (35/35) [+] Building 6.7s (35/35) [+] Building 6.8s (35/35) [+] Building 7.0s (35/35) [+] Building 7.1s (35/36) [+] Building 7.1s (36/36) FINISHED docker:desktop-linux=> CACHED [app 20/2 0.0s
=> [app internal] l 0.2s
=> [app internal] l 3.8s
=> [app auth] libra 0.0s
=> [app internal] l 0.3s
=> => transferring 0.0s
=> [app internal] l 0.3s
=> => transferring 0.0s
=> [app 1/29] FROM 0.0s
=> CACHED [app 2/2 0.0s
=> CACHED [app 3/2 0.0s
=> CACHED [app 4/2 0.0s
=> CACHED [app 5/2 0.0s
=> CACHED [app 6/2 0.0s
=> CACHED [app 7/2 0.0s
=> CACHED [app 8/2 0.0s
=> CACHED [app 9/2 0.0s
=> CACHED [app 10/2 0.0s
=> CACHED [app 11/2 0.0s
=> CACHED [app 12/2 0.0s
=> CACHED [app 13/2 0.0s
=> CACHED [app 14/2 0.0s
=> CACHED [app 15/2 0.0s
=> CACHED [app 16/2 0.0s
=> CACHED [app 17/2 0.0s
=> CACHED [app 18/2 0.0s
=> CACHED [app 19/2 0.0s
=> CACHED [app 20/2 0.0s
=> CACHED [app 21/2 0.0s
=> CACHED [app 22/2 0.0s
=> CACHED [app 23/2 0.0s
=> CACHED [app 24/2 0.0s
=> CACHED [app 25/2 0.0s
=> CACHED [app 26/2 0.0s
=> CACHED [app 27/2 0.0s
=> CACHED [app 28/2 0.0s
=> CACHED [app 29/2 0.0s
=> [app] exporting 0.6s
=> => exporting lay 0.0s
=> => writing image 0.1s
=> => naming to doc 0.1s
=> [app] resolving 0.0s
[+] Running 0/0
⠋ Network fibmo-campr-proj
[+] Running 0/1default Cre
⠙ Network fibmo-campr-proj
[+] Running 0/1default Cre
⠹ Network fibmo-campr-proj
[+] Running 0/1default Cre
⠸ Network fibmo-campr-proj
[+] Running 0/1default Cre
⠼ Network fibmo-campr-proj
[+] Running 1/1default Cre
✔ Network fibmo-campr-project-management_default Created0.5s
⠋ Container campr_redis Creating0.0s
⠋ Container fibmo-campr-pr
[+] Running 1/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠙ Container campr_redis Creating0.1s
⠙ Container fibmo-campr-pr
[+] Running 1/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠹ Container campr_redis Creating0.2s
⠹ Container fibmo-campr-pr
[+] Running 1/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠸ Container campr_redis Creating0.3s
⠸ Container fibmo-campr-pr
[+] Running 1/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠼ Container campr_redis Creating0.4s
⠼ Container fibmo-campr-pr
[+] Running 1/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠴ Container campr_redis Creating0.5s
⠴ Container fibmo-campr-pr
[+] Running 1/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠦ Container campr_redis Creating0.6s
⠦ Container fibmo-campr-pr
[+] Running 1/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠧ Container campr_redis Creating0.7s
⠧ Container fibmo-campr-pr
[+] Running 1/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠇ Container campr_redis Creating0.8s
⠇ Container fibmo-campr-pr
[+] Running 1/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠏ Container campr_redis Creating0.9s
⠏ Container fibmo-campr-pr
[+] Running 1/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠋ Container campr_redis Creating1.0s
⠋ Container fibmo-campr-pr
[+] Running 1/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠙ Container campr_redis Creating1.1s
⠙ Container fibmo-campr-pr
[+] Running 1/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠹ Container campr_redis Creating1.2s
⠹ Container fibmo-campr-pr
[+] Running 1/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠸ Container campr_redis Creating1.3s
⠸ Container fibmo-campr-pr
[+] Running 1/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠼ Container campr_redis Creating1.4s
⠼ Container fibmo-campr-pr
[+] Running 1/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠴ Container campr_redis Creating1.5s
⠴ Container fibmo-campr-pr
[+] Running 1/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠦ Container campr_redis Creating1.6s
⠦ Container fibmo-campr-pr
[+] Running 1/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠧ Container campr_redis Creating1.7s
⠧ Container fibmo-campr-pr
[+] Running 1/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠇ Container campr_redis Creating1.8s
⠇ Container fibmo-campr-pr
[+] Running 1/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠏ Container campr_redis Creating1.9s
⠏ Container fibmo-campr-pr
[+] Running 1/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠋ Container campr_redis Creating2.0s
⠋ Container fibmo-campr-pr
[+] Running 2/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠙ Container campr_redis Creating2.1s
⠙ Container fibmo-campr-pr
[+] Running 2/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠹ Container campr_redis Creating2.2s
⠹ Container fibmo-campr-pr
[+] Running 2/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠸ Container campr_redis Creating2.3s
⠸ Container fibmo-campr-pr
[+] Running 2/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠼ Container campr_redis Creating2.4s
⠼ Container fibmo-campr-pr
[+] Running 2/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠴ Container campr_redis Creating2.5s
⠴ Container fibmo-campr-pr
[+] Running 2/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
⠦ Container campr_redis Creating2.6s
⠦ Container fibmo-campr-pr
[+] Running 3/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
✔ Container campr_redis Created2.7s
⠧ Container fibmo-campr-pr
[+] Running 3/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
✔ Container campr_redis Created2.7s
⠇ Container fibmo-campr-pr
[+] Running 3/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
✔ Container campr_redis Created2.7s
⠏ Container fibmo-campr-pr
[+] Running 3/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
✔ Container campr_redis Created2.7s
⠋ Container fibmo-campr-pr
[+] Running 3/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
✔ Container campr_redis Created2.7s
⠙ Container fibmo-campr-pr
[+] Running 3/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
✔ Container campr_redis Created2.7s
⠹ Container fibmo-campr-pr
[+] Running 3/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
✔ Container campr_redis Created2.7s
⠸ Container fibmo-campr-pr
[+] Running 3/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
✔ Container campr_redis Created2.7s
⠼ Container fibmo-campr-pr
[+] Running 3/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
✔ Container campr_redis Created2.7s
⠴ Container fibmo-campr-pr
[+] Running 4/4t-mysql-1 C
✔ Network fibmo-campr-project-management_default Created0.5s C
✔ Container campr_redis Created2.7s
✔ Container fibmo-campr-project-management-mysql-1 Created3.5s
[+] Running 4/5mpr_mailcatc
✔ Network fibmo-campr-project-management_default Created0.5s r campr_app
✔ Container campr_redis Created2.7s
✔ Container fibmo-campr-project-management-mysql-1 Created3.5s
[+] Running 4/5mpr_mailcatc
✔ Network fibmo-campr-project-management_default Created0.5s r campr_app
✔ Container campr_redis Created2.7s
✔ Container fibmo-campr-project-management-mysql-1 Created3.5s
[+] Running 4/5mpr_mailcatc
✔ Network fibmo-campr-project-management_default Created0.5s r campr_app
✔ Container campr_redis Created2.7s
✔ Container fibmo-campr-project-management-mysql-1 Created3.5s
[+] Running 4/5mpr_mailcatc
✔ Network fibmo-campr-project-management_default Created0.5s r campr_app
✔ Container campr_redis Created2.7s
✔ Container fibmo-campr-project-management-mysql-1 Created3.5s
[+] Running 4/5mpr_mailcatc
✔ Network fibmo-campr-project-management_default Created0.5s r campr_app
✔ Container campr_redis Created2.7s
✔ Container fibmo-campr-project-management-mysql-1 Created3.5s
[+] Running 4/5mpr_mailcatc
✔ Network fibmo-campr-project-management_default Created0.5s r campr_app
✔ Container campr_redis Created2.7s
✔ Container fibmo-campr-project-management-mysql-1 Created3.5s
[+] Running 4/5mpr_mailcatc
✔ Network fibmo-campr-project-management_default Created0.5s r campr_app
✔ Container campr_redis Created2.7s
✔ Container fibmo-campr-project-management-mysql-1 Created3.5s
[+] Running 4/5mpr_mailcatc
✔ Network fibmo-campr-project-management_default Created0.5s r campr_app
✔ Container campr_redis Created2.7s
✔ Container fibmo-campr-project-management-mysql-1 Created3.5s
[+] Running 4/5mpr_mailcatc
✔ Network fibmo-campr-project-management_default Created0.5s r campr_app
✔ Container campr_redis Created2.7s
✔ Container fibmo-campr-project-management-mysql-1 Created3.5s
[+] Running 4/5mpr_mailcatc
✔ Network fibmo-campr-project-management_default Created0.5s r campr_app
✔ Container campr_redis Created2.7s
✔ Container fibmo-campr-project-management-mysql-1 Created3.5s
[+] Running 4/5mpr_mailcatc
✔ Network fibmo-campr-project-management_default Created0.5s r campr_app
✔ Container campr_redis Created2.7s
✔ Container fibmo-campr-project-management-mysql-1 Created3.5s
[+] Running 5/5mpr_mailcatc
✔ Network fibmo-campr-project-management_default Created0.5s r campr_app
✔ Container campr_redis Created2.7s
✔ Container fibmo-campr-project-management-mysql-1 Created3.5s
✔ Container campr_mailcatcher Created2.0s
✔ Container campr_app Created1.8s
Attaching to campr_app, campr_mailcatcher, campr_redis, mysql-1
campr_mailcatcher | Starting MailCatcher v0.8.2
campr_mailcatcher | ==> smtp://0.0.0.0:1025
campr_mailcatcher | ==> http://0.0.0.0:1080
mysql-1 | 2024-09-15 13:30:34+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.44-1.el7 started.
campr_redis | 1:C 15 Sep 2024 13:30:34.461 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
campr_redis | 1:C 15 Sep 2024 13:30:34.461 # Redis version=7.0.5, bits=64, commit=00000000, modified=0, pid=1, just started
campr_redis | 1:C 15 Sep 2024 13:30:34.461 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
campr_redis | 1:M 15 Sep 2024 13:30:34.463 * monotonic clock: POSIX clock_gettime
campr_redis | 1:M 15 Sep 2024 13:30:34.542 * Running mode=standalone, port=6379.
campr_redis | 1:M 15 Sep 2024 13:30:34.542 # Server initialized
campr_redis | 1:M 15 Sep 2024 13:30:34.543 * Ready to accept connections
mysql-1 | 2024-09-15 13:30:34+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
mysql-1 | 2024-09-15 13:30:34+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.44-1.el7 started.
mysql-1 | '/var/lib/mysql/mysql.sock' -> '/var/run/mysqld/mysqld.sock'
mysql-1 | 2024-09-15T13:30:35.484018Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
mysql-1 | 2024-09-15T13:30:35.485713Z 0 [Note] mysqld (mysqld 5.7.44) starting as process 1 ...
mysql-1 | 2024-09-15T13:30:35.489882Z 0 [Note] InnoDB: PUNCH HOLE support available
mysql-1 | 2024-09-15T13:30:35.489928Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql-1 | 2024-09-15T13:30:35.489934Z 0 [Note] InnoDB: Uses event mutexes
mysql-1 | 2024-09-15T13:30:35.489938Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
mysql-1 | 2024-09-15T13:30:35.489941Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.13
mysql-1 | 2024-09-15T13:30:35.489945Z 0 [Note] InnoDB: Using Linux native AIO
mysql-1 | 2024-09-15T13:30:35.490260Z 0 [Note] InnoDB: Number of pools: 1
mysql-1 | 2024-09-15T13:30:35.490436Z 0 [Note] InnoDB: Using CPU crc32 instructions
mysql-1 | 2024-09-15T13:30:35.527273Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
mysql-1 | 2024-09-15T13:30:35.536175Z 0 [Note] InnoDB: Completed initialization of buffer pool
mysql-1 | 2024-09-15T13:30:35.539164Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mysql-1 | 2024-09-15T13:30:35.633676Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
mysql-1 | 2024-09-15T13:30:36.264173Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
mysql-1 | 2024-09-15T13:30:36.264341Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mysql-1 | 2024-09-15T13:30:36.518424Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mysql-1 | 2024-09-15T13:30:36.520228Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
mysql-1 | 2024-09-15T13:30:36.520258Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
mysql-1 | 2024-09-15T13:30:36.523097Z 0 [Note] InnoDB: 5.7.44 started; log sequence number 12220800
mysql-1 | 2024-09-15T13:30:36.523785Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mysql-1 | 2024-09-15T13:30:36.524771Z 0 [Note] Plugin 'FEDERATED' is disabled.
mysql-1 | 2024-09-15T13:30:37.821242Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
mysql-1 | 2024-09-15T13:30:37.821299Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory.
mysql-1 | 2024-09-15T13:30:37.821314Z 0 [Warning] A deprecated TLS version TLSv1 is enabled. Please use TLSv1.2 or higher.
mysql-1 | 2024-09-15T13:30:37.821323Z 0 [Warning] A deprecated TLS version TLSv1.1 is enabled. Please use TLSv1.2 or higher.
mysql-1 | 2024-09-15T13:30:37.948776Z 0 [Warning] CA certificate ca.pem is self signed.
mysql-1 | 2024-09-15T13:30:37.948862Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory.
mysql-1 | 2024-09-15T13:30:37.997850Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
mysql-1 | 2024-09-15T13:30:37.998103Z 0 [Note] IPv6 is available.
mysql-1 | 2024-09-15T13:30:37.998172Z 0 [Note] - '::' resolves to '::';
mysql-1 | 2024-09-15T13:30:37.998244Z 0 [Note] Server socket created on IP: '::'.
mysql-1 | 2024-09-15T13:30:38.120382Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
mysql-1 | 2024-09-15T13:30:38.308120Z 0 [Note] InnoDB: Buffer pool(s) load completed at 240915 13:30:38
mysql-1 | 2024-09-15T13:30:39.422107Z 0 [Note] Event Scheduler: Loaded 0 events
mysql-1 | 2024-09-15T13:30:39.423449Z 0 [Note] mysqld: ready for connections.
mysql-1 | Version: '5.7.44' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
campr_app | Loading composer repositories with package information
campr_app | Installing dependencies (including require-dev) from lock file
campr_app | Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run composer update or composer update <package name>.
campr_app | Package operations: 161 installs, 0 updates, 0 removals
campr_app |
campr_app |
campr_app | [RuntimeException]
campr_app | /app/backend/vendor does not exist and could not be created.
campr_app |
campr_app |
campr_app | install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] []...
campr_app |
campr_app | npm
campr_app |
campr_app | Usage:
campr_app |
campr_app | npm install install all the dependencies in your project
campr_app | npm install add the dependency to your project
campr_app | npm test run this project's tests
campr_app | npm run run the script named
campr_app | npm -h quick help on
campr_app | npm -l display usage info for all commands
campr_app | npm help search for help on
campr_app | npm help npm more involved overview
campr_app |
campr_app | All commands:
campr_app |
campr_app | access, adduser, audit, bugs, cache, ci, completion,
campr_app | config, dedupe, deprecate, diff, dist-tag, docs, doctor,
campr_app | edit, exec, explain, explore, find-dupes, fund, get, help,
campr_app | help-search, hook, init, install, install-ci-test,
campr_app | install-test, link, ll, login, logout, ls, org, outdated,
campr_app | owner, pack, ping, pkg, prefix, profile, prune, publish,
campr_app | query, rebuild, repo, restart, root, run-script, sbom,
campr_app | search, set, shrinkwrap, star, stars, start, stop, team,
campr_app | test, token, uninstall, unpublish, unstar, update, version,
campr_app | view, whoami
campr_app |
campr_app | Specify configs in the ini-formatted file:
campr_app | /home/application/.npmrc
campr_app | or on the command line via: npm --key=value
campr_app |
campr_app | More configuration info: npm help config
campr_app | Configuration fields: npm help 7 config
campr_app |
campr_app | [email protected] /usr/lib/node_modules/npm
campr_app | npm warn old lockfile
campr_app | npm warn old lockfile The package-lock.json file was created with an old version of npm,
campr_app | npm warn old lockfile so supplemental metadata must be fetched from the registry.
campr_app | npm warn old lockfile
campr_app | npm warn old lockfile This is a one-time fix-up, please be patient...
campr_app | npm warn old lockfile
campr_app | npm warn EBADENGINE Unsupported engine {
campr_app | npm warn EBADENGINE package: '[email protected]',
campr_app | npm warn EBADENGINE required: { node: '0.10 || 0.12 || 4 || 5 || 6 || 7' },
campr_app | npm warn EBADENGINE current: { node: 'v18.20.4', npm: '10.7.0' }
campr_app | npm warn EBADENGINE }
campr_app | npm notice
campr_app | npm notice New minor version of npm available! 10.7.0 -> 10.8.3
campr_app | npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.3
campr_app | npm notice To update run: npm install -g [email protected]
campr_app | npm notice
campr_app | npm error code EACCES
campr_app | npm error syscall mkdir
campr_app | npm error path /app/frontend/node_modules
campr_app | npm error errno -13
campr_app | npm error [Error: EACCES: permission denied, mkdir '/app/frontend/node_modules'] {
campr_app | npm error errno: -13,
campr_app | npm error code: 'EACCES',
campr_app | npm error syscall: 'mkdir',
campr_app | npm error path: '/app/frontend/node_modules'
campr_app | npm error }
campr_app | npm error
campr_app | npm error The operation was rejected by your operating system.
campr_app | npm error It is likely you do not have the permissions to access this file as the current user
campr_app | npm error
campr_app | npm error If you believe this might be a permissions issue, please double-check the
campr_app | npm error permissions of the file and its containing directories, or try running
campr_app | npm error the command again as root/Administrator.
campr_app |
campr_app | npm error A complete log of this run can be found in: /home/application/.npm/_logs/2024-09-15T13_30_40_150Z-debug-0.log
campr_app | setfacl: var: Operation not supported
campr_app | setfacl: var/profiler: Operation not supported
campr_app | setfacl: var/profiler/.gitkeep: Operation not supported
campr_app | setfacl: var/cache: Operation not supported
campr_app | setfacl: var/cache/.gitkeep: Operation not supported
campr_app | setfacl: var/SymfonyRequirements.php: Operation not supported
campr_app | setfacl: var/logs: Operation not supported
campr_app | setfacl: var/logs/.gitkeep: Operation not supported
campr_app | setfacl: var/log: Operation not supported
campr_app | setfacl: web/static: Operation not supported
campr_app | setfacl: web/static/.gitkeep: Operation not supported
campr_app | setfacl: web/static/css: Operation not supported
campr_app | setfacl: web/static/css/app.70681f1e17d182a2aaf416edc7ae04aa.css: Operation not supported
campr_app | setfacl: web/static/css/app.70681f1e17d182a2aaf416edc7ae04aa.css.map: Operation not supported
campr_app | setfacl: web/static/js: Operation not supported
campr_app | setfacl: web/uploads: No such file or directory
campr_app | setfacl: /dev/shm/campr: Operation not supported
campr_app | setfacl: /dev/shm/campr/cache: Operation not supported
campr_app | setfacl: var: Operation not supported
campr_app | setfacl: var/profiler: Operation not supported
campr_app | setfacl: var/cache: Operation not supported
campr_app | setfacl: var/logs: Operation not supported
campr_app | setfacl: var/log: Operation not supported
campr_app | setfacl: web/static: Operation not supported
campr_app | setfacl: web/static/css: Operation not supported
campr_app | setfacl: web/static/js: Operation not supported
campr_app | setfacl: web/uploads: No such file or directory
campr_app | setfacl: /dev/shm/campr: Operation not supported
campr_app | setfacl: /dev/shm/campr/cache: Operation not supported
campr_app | Loading composer repositories with package information
campr_app | Installing dependencies (including require-dev) from lock file
campr_app | Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run composer update or composer update <package name>.
campr_app | Package operations: 161 installs, 0 updates, 0 removals
campr_app |
campr_app |
campr_app | [RuntimeException]
campr_app | /app/backend/vendor does not exist and could not be created.
campr_app |
campr_app |
campr_app | install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] []...
campr_app |
campr_app |
campr_app | Warning: require(/app/backend/app/../vendor/autoload.php): failed to open stream: No such file or directory in /app/backend/app/autoload.php on line 9
campr_app |
campr_app | Fatal error: require(): Failed opening required '/app/backend/app/../vendor/autoload.php' (include_path='.:/usr/share/php') in /app/backend/app/autoload.php on line 9
campr_app | PHP Warning: require(/app/backend/app/../vendor/autoload.php): failed to open stream: No such file or directory in /app/backend/app/autoload.php on line 9
campr_app | PHP Fatal error: require(): Failed opening required '/app/backend/app/../vendor/autoload.php' (include_path='.:/usr/share/php') in /app/backend/app/autoload.php on line 9
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...
campr_app | Waiting for MySQL to be ready...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant