mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-01-10 03:17:57 -05:00
🐛 Bug Report: STand-Alone Installation Fails with dependency error #198
Closed
opened 2025-07-08 08:42:08 -04:00 by AtHeartEngineer
·
0 comments
No Branch/Tag Specified
main
feat/kyles-pagination-attempt
i18n_crowdin
feat/self-host-icons
feat/pagination-improvements
slog-gorm
v1.11.2
v1.11.1
v1.11.0
v1.10.0
v1.9.1
v1.9.0
v1.8.1
v1.8.0
v1.7.0
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.6.0
v1.5.0
v1.4.1
v1.4.0
v1.3.1
v1.3.0
v1.2.0
v1.1.0
v1.0.0
v0.53.0
v0.52.0
v0.51.1
v0.51.0
v0.50.0
v0.49.0
v0.48.0
v0.47.0
v0.46.0
v0.45.0
v0.44.0
v0.43.1
v0.43.0
v0.42.1
v0.42.0
v0.41.0
v0.40.1
v0.40.0
v0.39.0
v0.38.0
v0.37.0
v0.36.0
v0.35.6
v0.35.5
v0.35.4
v0.35.3
v0.35.2
v0.35.1
v0.35.0
v0.34.0
v0.33.0
v0.32.0
v0.31.0
v0.30.0
v0.29.0
v0.28.1
v0.28.0
v0.27.2
v0.27.1
v0.27.0
v0.26.0
v0.25.1
v0.25.0
v0.24.1
v0.24.0
v0.23.0
v0.22.0
v0.21.0
v0.20.1
v0.20.0
v0.19.0
v0.18.0
v0.17.0
v0.16.0
v0.15.0
v0.14.0
v0.13.1
v0.13.0
v0.12.0
v0.11.0
v0.10.0
v0.9.0
v0.8.1
v0.8.0
v0.7.1
v0.7.0
v0.6.0
v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.1
v0.4.0
v0.3.1
v0.3.0
v0.2.1
v0.2.0
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Labels
Clear labels
breaking
breaking
breaking
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
go
go
javascript
javascript
javascript
javascript
javascript
javascript
needs more upvotes
needs more upvotes
needs more upvotes
needs more upvotes
needs more upvotes
needs more upvotes
open to pull requests
open to pull requests
open to pull requests
open to pull requests
open to pull requests
Milestone
No items
No Milestone
Projects
Clear projects
No project
Assignees
AtHeartEngineer
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: github/pocket-id#198
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SelfRando on 5/3/2025
Reproduction steps
When I follow the installation Instructions:
git clone https://github.com/pocket-id/pocket-id
cd pocket-id
cp frontend/.env.example frontend/.env
cp backend/.env.example backend/.env
Checkout the latest version
git fetch --tags && git checkout $(git describe --tags
git rev-list --tags --max-count=1)Start the backend
cd backend/cmd
go build -o ../pocket-id-backend
cd ..
pm2 start pocket-id-backend --name pocket-id-backend
Start the frontend
cd ../frontend
npm install
npm run build
the package does not install cleanly
Expected behavior
install cleanly
Actual Behavior
Gives the following errors
root@ubuntu:
/pocket-id/backend# cd ../frontend/pocket-id/frontend# npm installroot@ubuntu:
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @melt-ui/svelte@0.76.2
npm WARN Found: svelte@5.19.3
npm WARN node_modules/svelte
npm WARN dev svelte@"^5.19.3" from the root project
npm WARN 15 more (@sveltejs/kit, @sveltejs/vite-plugin-svelte, ...)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer svelte@">=3 <5" from @melt-ui/svelte@0.76.2
npm WARN node_modules/bits-ui/node_modules/@melt-ui/svelte
npm WARN @melt-ui/svelte@"0.76.2" from bits-ui@0.22.0
npm WARN node_modules/bits-ui
npm WARN
npm WARN Conflicting peer dependency: svelte@4.2.19
npm WARN node_modules/svelte
npm WARN peer svelte@">=3 <5" from @melt-ui/svelte@0.76.2
npm WARN node_modules/bits-ui/node_modules/@melt-ui/svelte
npm WARN @melt-ui/svelte@"0.76.2" from bits-ui@0.22.0
npm WARN node_modules/bits-ui
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @melt-ui/svelte@0.76.2
npm WARN Found: svelte@5.19.3
npm WARN node_modules/svelte
npm WARN dev svelte@"^5.19.3" from the root project
npm WARN 15 more (@sveltejs/kit, @sveltejs/vite-plugin-svelte, ...)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer svelte@">=3 <5" from @melt-ui/svelte@0.76.2
npm WARN node_modules/cmdk-sv/node_modules/bits-ui/node_modules/@melt-ui/svelte
npm WARN @melt-ui/svelte@"0.76.2" from bits-ui@0.21.16
npm WARN node_modules/cmdk-sv/node_modules/bits-ui
npm WARN
npm WARN Conflicting peer dependency: svelte@4.2.19
npm WARN node_modules/svelte
npm WARN peer svelte@">=3 <5" from @melt-ui/svelte@0.76.2
npm WARN node_modules/cmdk-sv/node_modules/bits-ui/node_modules/@melt-ui/svelte
npm WARN @melt-ui/svelte@"0.76.2" from bits-ui@0.21.16
npm WARN node_modules/cmdk-sv/node_modules/bits-ui
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@lix-js/sdk@0.4.2',
npm WARN EBADENGINE required: { node: '>=21' },
npm WARN EBADENGINE current: { node: 'v18.19.1', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated crypto@1.0.1: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.
===================+
npm run build
▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json]
error during build:
SyntaxError: Unexpected token 'with'
at ModuleLoader.moduleStrategy (node:internal/modules/esm/translators:152:18)
at ModuleLoader.moduleProvider (node:internal/modules/esm/loader:298:14)
at async link (node:internal/modules/esm/module_job:67:21)
Version and Environment
Pocket ID from Git 3-APR-2025
Ubuntu server 24.04
Log Output
No response