Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- panjosef@Josef-MacBook-Pro pk-strapi4 % docker-compose up
- Starting mysql ... done
- Recreating strapi ... done
- Attaching to mysql, strapi
- mysql | [Entrypoint] MySQL Docker Image 8.0.25-1.2.3-server
- mysql | [Entrypoint] Starting MySQL 8.0.25-1.2.3-server
- mysql | 2022-03-15T18:23:07.528625Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.25) starting as process 1
- mysql | 2022-03-15T18:23:07.546931Z 0 [Warning] [MY-010159] [Server] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
- mysql | 2022-03-15T18:23:07.576128Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
- strapi | yarn run v1.22.17
- strapi | $ strapi develop
- mysql | 2022-03-15T18:23:08.536484Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
- mysql | 2022-03-15T18:23:08.807083Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/run/mysqld/mysqlx.sock
- mysql | 2022-03-15T18:23:08.869766Z 0 [System] [MY-010229] [Server] Starting XA crash recovery...
- mysql | 2022-03-15T18:23:08.883233Z 0 [System] [MY-010232] [Server] XA crash recovery finished.
- mysql | 2022-03-15T18:23:08.962207Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
- mysql | 2022-03-15T18:23:08.962833Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
- mysql | 2022-03-15T18:23:09.073480Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.25' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Server - GPL.
- strapi | [2022-03-15 18:23:16.761] debug: ⛔️ Server wasn't able to start properly.
- strapi | [2022-03-15 18:23:16.767] error: Could not load js config file /app/node_modules/@strapi/plugin-upload/strapi-server.js:
- strapi | Something went wrong installing the "sharp" module
- strapi |
- strapi | Error relocating /usr/lib/libvips-cpp.so.42: _ZSt28__throw_bad_array_new_lengthv: symbol not found
- strapi |
- strapi | Possible solutions:
- strapi | - Install with the --verbose flag and look for errors: "npm install --ignore-scripts=false --verbose sharp"
- strapi | - Install for the current runtime: "npm install --platform=linux --arch=x64 sharp"
- strapi | - Consult the installation documentation: https://sharp.pixelplumbing.com/install
- strapi | Error: Could not load js config file /app/node_modules/@strapi/plugin-upload/strapi-server.js:
- strapi | Something went wrong installing the "sharp" module
- strapi |
- strapi | Error relocating /usr/lib/libvips-cpp.so.42: _ZSt28__throw_bad_array_new_lengthv: symbol not found
- strapi |
- strapi | Possible solutions:
- strapi | - Install with the --verbose flag and look for errors: "npm install --ignore-scripts=false --verbose sharp"
- strapi | - Install for the current runtime: "npm install --platform=linux --arch=x64 sharp"
- strapi | - Consult the installation documentation: https://sharp.pixelplumbing.com/install
- strapi | at loadJsFile (/app/node_modules/@strapi/strapi/lib/core/app-configuration/load-config-file.js:18:11)
- strapi | at loadFile (/app/node_modules/@strapi/strapi/lib/core/app-configuration/load-config-file.js:35:14)
- strapi | at Object.loadPlugins (/app/node_modules/@strapi/strapi/lib/core/loaders/plugins/index.js:96:26)
- strapi | at async Strapi.loadPlugins (/app/node_modules/@strapi/strapi/lib/Strapi.js:277:5)
- strapi | at async Promise.all (index 1)
- strapi | at async Strapi.register (/app/node_modules/@strapi/strapi/lib/Strapi.js:309:5)
- strapi | at async Strapi.load (/app/node_modules/@strapi/strapi/lib/Strapi.js:407:5)
- strapi | at async Strapi.start (/app/node_modules/@strapi/strapi/lib/Strapi.js:161:9)
- strapi | error Command failed with exit code 1.
- strapi | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
- strapi exited with code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement