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

Implement nip17 DM handling with user-initiated decryption #243

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Implement nip17 DM handling with user-initiated decryption

35831e0
Select commit
Loading
Failed to load commit list.
Draft

Implement nip17 DM handling with user-initiated decryption #243

Implement nip17 DM handling with user-initiated decryption
35831e0
Select commit
Loading
Failed to load commit list.
Fleek.co / solitary-mode-5773 failed Sep 30, 2024 in 2m 45s

Build failed

Check build details on Fleek for further information.

Details

Deploy started at 2024-09-30T17:14:30.623Z

2024-09-30T17:14:31.604Z: Deploy started
2024-09-30T17:14:34.262Z: Docker image: 'node:18'
2024-09-30T17:14:34.262Z: Build command: 'yarn && yarn build'
2024-09-30T17:14:34.262Z: Triggering build execution...
2024-09-30T17:15:18.875Z: yarn install v1.22.19
2024-09-30T17:15:18.911Z: info No lockfile found.
2024-09-30T17:15:18.918Z: [1/4] Resolving packages...
2024-09-30T17:15:48.392Z: warning vite-plugin-pwa > workbox-build > [email protected]: Glob versions prior to v9 are no longer supported
2024-09-30T17:15:49.251Z: warning vite-plugin-pwa > workbox-build > glob > [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
2024-09-30T17:15:49.334Z: warning vite-plugin-pwa > workbox-build > @rollup/plugin-replace > magic-string > [email protected]: Please use @jridgewell/sourcemap-codec instead
2024-09-30T17:15:50.003Z: [2/4] Fetching packages...
2024-09-30T17:16:08.220Z: warning [email protected]: The engine "pnpm" appears to be invalid.
2024-09-30T17:16:08.226Z: [3/4] Linking dependencies...
2024-09-30T17:16:08.227Z: warning " > @chakra-ui/[email protected]" has unmet peer dependency "@chakra-ui/system@>=2.0.0".
2024-09-30T17:16:08.227Z: warning "@chakra-ui/icons > @chakra-ui/[email protected]" has unmet peer dependency "@chakra-ui/system@>=2.0.0".
2024-09-30T17:16:08.227Z: warning " > @chakra-ui/[email protected]" has unmet peer dependency "@chakra-ui/system@>=2.0.0".
2024-09-30T17:16:08.231Z: warning " > @codemirror/[email protected]" has unmet peer dependency "@codemirror/state@^6.0.0".
2024-09-30T17:16:08.231Z: warning " > @codemirror/[email protected]" has unmet peer dependency "@lezer/common@^1.0.0".
2024-09-30T17:16:08.232Z: warning "@uiw/codemirror-theme-github > @uiw/[email protected]" has unmet peer dependency "@codemirror/state@>=6.0.0".
2024-09-30T17:16:08.232Z: warning " > @uiw/[email protected]" has unmet peer dependency "@babel/runtime@>=7.11.0".
2024-09-30T17:16:08.232Z: warning " > @uiw/[email protected]" has unmet peer dependency "@codemirror/state@>=6.0.0".
2024-09-30T17:16:08.232Z: warning " > @uiw/[email protected]" has unmet peer dependency "@codemirror/theme-one-dark@>=6.0.0".
2024-09-30T17:16:08.232Z: warning " > @uiw/[email protected]" has unmet peer dependency "codemirror@>=6.0.0".
2024-09-30T17:16:08.232Z: warning "@uiw/react-codemirror > @uiw/[email protected]" has unmet peer dependency "@codemirror/lint@>=6.0.0".
2024-09-30T17:16:08.232Z: warning "@uiw/react-codemirror > @uiw/[email protected]" has unmet peer dependency "@codemirror/search@>=6.0.0".
2024-09-30T17:16:08.232Z: warning " > @webscopeio/[email protected]" has unmet peer dependency "prop-types@^15.0.0".
2024-09-30T17:16:08.233Z: warning " > [email protected]" has unmet peer dependency "@codemirror/lint@^6.4.0".
2024-09-30T17:16:08.233Z: warning " > [email protected]" has unmet peer dependency "@codemirror/state@^6.2.1".
2024-09-30T17:16:08.233Z: warning " > [email protected]" has unmet peer dependency "@lezer/common@^1.0.3".
2024-09-30T17:16:08.233Z: warning "react-mosaic-component > [email protected]" has unmet peer dependency "dnd-core@^16.0.1".
2024-09-30T17:16:08.234Z: warning "react-mosaic-component > rdndmb-html5-to-touch > [email protected]" has unmet peer dependency "dnd-core@^16.0.1".
2024-09-30T17:16:08.234Z: warning " > [email protected]" has incorrect peer dependency "react@^16.13.1".
2024-09-30T17:16:08.234Z: warning " > [email protected]" has incorrect peer dependency "react-dom@^16.13.1".
2024-09-30T17:16:24.707Z: [4/4] Building fresh packages...
2024-09-30T17:16:24.865Z: success Saved lockfile.
2024-09-30T17:16:24.871Z: Done in 66.00s.
2024-09-30T17:16:25.080Z: yarn run v1.22.19
2024-09-30T17:16:25.119Z: $ tsc --project tsconfig.json && vite build
2024-09-30T17:16:48.676Z: src/views/dms/chat.tsx(57,86): error TS2304: Cannot find name 'pubkey'.
2024-09-30T17:16:48.782Z: error Command failed with exit code 2.
2024-09-30T17:16:48.782Z: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
2024-09-30T17:17:12.971Z: Error occured during the build.