gitroomhq / postiz-app

πŸ“¨ Schedule social media posts, measure them, exchange with other members and get a lot of help from AI πŸš€
https://postiz.com
Apache License 2.0
8.79k stars 2.13k forks source link

πŸ› Bug Report: npm install shows a few dep warnings, then abruptly shows 'killed'. #193

Closed ponack closed 1 month ago

ponack commented 1 month ago

πŸ“œ Description

Running the 'npm install' command results in:

npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @swc-node/core@1.13.1
npm warn Found: @swc/core@1.3.107
npm warn node_modules/@swc/core
npm warn   dev @swc/core@"~1.3.85" from the root project
npm warn   4 more (@swc-node/register, @swc/cli, nx, ts-node)
npm warn
npm warn Could not resolve dependency:
npm warn peer @swc/core@">= 1.4.13" from @swc-node/core@1.13.1
npm warn node_modules/@swc-node/register/node_modules/@swc-node/core
npm warn   @swc-node/core@"^1.12.0" from @swc-node/register@1.8.0
npm warn   node_modules/@swc-node/register
npm warn
npm warn Conflicting peer dependency: @swc/core@1.7.23
npm warn node_modules/@swc/core
npm warn   peer @swc/core@">= 1.4.13" from @swc-node/core@1.13.1
npm warn   node_modules/@swc-node/register/node_modules/@swc-node/core
npm warn     @swc-node/core@"^1.12.0" from @swc-node/register@1.8.0
npm warn     node_modules/@swc-node/register
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: react-reconciler@0.29.2
npm warn Found: react@18.2.0
npm warn node_modules/react
npm warn   react@"18.2.0" from the root project
npm warn   143 more (@blueprintjs/core, @blueprintjs/icons, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.3.1" from react-reconciler@0.29.2
npm warn node_modules/react-konva/node_modules/react-reconciler
npm warn   react-reconciler@"~0.29.0" from react-konva@18.2.10
npm warn   node_modules/react-konva
npm warn
npm warn Conflicting peer dependency: react@18.3.1
npm warn node_modules/react
npm warn   peer react@"^18.3.1" from react-reconciler@0.29.2
npm warn   node_modules/react-konva/node_modules/react-reconciler
npm warn     react-reconciler@"~0.29.0" from react-konva@18.2.10
npm warn     node_modules/react-konva
β ΄Killed

πŸ‘Ÿ Reproduction steps

I followed these steps - https://docs.postiz.com/quickstart#installation

πŸ‘ Expected behavior

I thought this would complete with some sort of a success code.

πŸ‘Ž Actual Behavior with Screenshots

image_2024-09-04_100717625

πŸ’» Operating system

Linux

πŸ€– Node Version

v20.17.0

πŸ“ƒ Provide any additional context for the Bug.

No response

πŸ‘€ Have you spent some time to check if this bug has been raised before?

Are you willing to submit PR?

Yes I am willing to submit a PR!

nevo-david commented 1 month ago

Hi @ponack please join our discord instead and ask there :) We are trying to avoid installation errors on the GitHub issues page.