Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2024
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. git clone https://github.com/deltachat/deltachat-desktop.git
  2. cd deltachat-desktop
  3. git checkout tags/v1.43.1
  4. user@freebsd:~/Repos/github.com/deltachat/deltachat-desktop $ npm install
  5. npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
  6. npm ERR! code 1
  7. npm ERR! path /home/user/Repos/github.com/deltachat/deltachat-desktop/node_modules/deltachat-node
  8. npm ERR! command failed
  9. npm ERR! command sh -c node node/scripts/install.js
  10. npm ERR! [i] Building rust core & c bindings, if possible use prebuilds
  11. npm ERR! [i] running `npm run install:prebuilds`
  12. npm ERR!
  13. npm ERR! > deltachat-node@1.135.0 install:prebuilds
  14. npm ERR! > cd node && node-gyp-build "npm run build:core" "npm run build:bindings:c:postinstall"
  15. npm ERR! npm run build:core: --: not found
  16. npm ERR! node:child_process:965
  17. npm ERR! throw err;
  18. npm ERR! ^
  19. npm ERR!
  20. npm ERR! Error: Command failed: npm run install:prebuilds
  21. npm ERR! at checkExecSyncError (node:child_process:890:11)
  22. npm ERR! at execSync (node:child_process:962:15)
  23. npm ERR! at run (/home/user/Repos/github.com/deltachat/deltachat-desktop/node_modules/deltachat-node/node/scripts/install.js:7:3)
  24. npm ERR! at Object.<anonymous> (/home/user/Repos/github.com/deltachat/deltachat-desktop/node_modules/deltachat-node/node/scripts/install.js:16:3)
  25. npm ERR! at Module._compile (node:internal/modules/cjs/loader:1376:14)
  26. npm ERR! at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
  27. npm ERR! at Module.load (node:internal/modules/cjs/loader:1207:32)
  28. npm ERR! at Module._load (node:internal/modules/cjs/loader:1023:12)
  29. npm ERR! at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12) {
  30. npm ERR! status: 127,
  31. npm ERR! signal: null,
  32. npm ERR! output: [ null, null, null ],
  33. npm ERR! pid: 46068,
  34. npm ERR! stdout: null,
  35. npm ERR! stderr: null
  36. npm ERR! }
  37. npm ERR!
  38. npm ERR! Node.js v20.10.0
  39.  
  40. npm ERR! A complete log of this run can be found in: /home/user/.npm/_logs/2024-03-03T22_27_02_100Z-debug-0.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement