Advertisement
simo-reby

Untitled

Jan 25th, 2024
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. Downloading and installing node v18.19.0...
  2. Downloading https://nodejs.org/dist/v18.19.0/node-v18.19.0-linux-x64.tar.xz...
  3. #################################################################################################################### 100.0%
  4. Computing checksum with sha256sum
  5. Checksums matched!
  6. Now using node v18.19.0 (npm v10.2.3)
  7. Creating default alias: default -> 18 (-> v18.19.0)
  8. Now using node v18.19.0 (npm v10.2.3)
  9. yarn install v1.22.21
  10. [1/4] Resolving packages...
  11. [2/4] Fetching packages...
  12. [3/4] Linking dependencies...
  13. [4/4] Building fresh packages...
  14. $ yarn run v8-snapshot && webpack --config-name hyper-app && electron-builder install-app-deps && yarn run rebuild-node-pty&& cpy --cwd=target node_modules "../../app/" && yarn run generate-schema
  15. yarn run v1.22.21
  16. $ cross-env npm_config_arch=x64 yarn run v8-snapshot:arch && cross-env npm_config_arch=arm64 yarn run v8-snapshot:arch
  17. $ yarn run mk-snapshot && yarn run cp-snapshot
  18. $ cross-env ELECTRON_CUSTOM_VERSION=$npm_package_devDependencies_electron node node_modules/electron-mksnapshot/download-mksnapshot.js && node bin/mk-snapshot.js
  19. Creating a linked script..
  20. Generating startup blob in "/home/simona/.cache/yay/hyper-git/src/hyper.git/cache/x64"
  21. $ node bin/cp-snapshot.js
  22. Copying v8 snapshots from /home/simona/.cache/yay/hyper-git/src/hyper.git/cache/x64/snapshot_blob.bin to /home/simona/.cache/yay/hyper-git/src/hyper.git/node_modules/electron/dist
  23. Error: ENOENT: no such file or directory, copyfile '/home/simona/.cache/yay/hyper-git/src/hyper.git/cache/x64/snapshot_blob.bin' -> '/home/simona/.cache/yay/hyper-git/src/hyper.git/node_modules/electron/dist/snapshot_blob.bin'
  24. at Object.copyFileSync (node:fs:2982:3)
  25. at copySnapshot (/home/simona/.cache/yay/hyper-git/src/hyper.git/bin/cp-snapshot.js:12:6)
  26. at Object.<anonymous> (/home/simona/.cache/yay/hyper-git/src/hyper.git/bin/cp-snapshot.js:51:5)
  27. at Module._compile (node:internal/modules/cjs/loader:1356:14)
  28. at Object.Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
  29. at Module.load (node:internal/modules/cjs/loader:1197:32)
  30. at Function.Module._load (node:internal/modules/cjs/loader:1013:12)
  31. at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
  32. at node:internal/main/run_main_module:28:49
  33. error Command failed with exit code 1.
  34. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  35. error Command failed with exit code 1.
  36. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  37. error Command failed with exit code 1.
  38. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  39. error Command failed with exit code 1.
  40. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
  41. Error: ENOENT: no such file or directory, open '/home/simona/.cache/yay/hyper-git/src/.electron-gyp/.yarnrc'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement