humhub / humhub-prosemirror

Other
17 stars 8 forks source link

Build broken `emojilib.git` #129

Closed luke- closed 9 months ago

luke- commented 9 months ago

Added here: https://github.com/humhub/humhub-prosemirror/pull/91/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R29

➜  /tmp git clone git@github.com:humhub/humhub-prosemirror.git
Cloning into 'humhub-prosemirror'...
remote: Enumerating objects: 3651, done.
remote: Counting objects: 100% (1151/1151), done.
remote: Compressing objects: 100% (572/572), done.
remote: Total 3651 (delta 574), reused 974 (delta 483), pack-reused 2500
Receiving objects: 100% (3651/3651), 3.23 MiB | 4.25 MiB/s, done.
Resolving deltas: 100% (2024/2024), done.
➜  /tmp cd humhub-prosemirror
➜  humhub-prosemirror git:(master) npm install
npm WARN deprecated acorn-dynamic-import@4.0.0: This is probably built in to whatever tool you're using. If you still need it... idk
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
npm WARN deprecated puppeteer@13.7.0: < 19.4.0 is no longer supported
npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/git-assassin/emojilib.git
npm ERR! ERROR: Repository not found.
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.

npm ERR! A complete log of this run can be found in: /home/luke/.npm/_logs/2023-12-06T12_50_53_683Z-debug-0.log
➜  humhub-prosemirror git:(master) cd ..