Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Error: No binary available for platform 'darwin' and arch 'undefined' - setup-libp2p-relay-daemon.js #487

Closed
Tracked by #4
SgtPooki opened this issue Aug 22, 2022 · 2 comments · Fixed by #488
Closed
Tracked by #4
Labels
need/triage Needs initial labeling and prioritization released

Comments

@SgtPooki
Copy link
Member

# Version and OS
╰─ ✘ 1 ❯ sw_vers
ProductName:	macOS
ProductVersion:	12.4
BuildVersion:	21F79

╭─    ~/c/w/p/ipfs/interop    feature/add-js-kubo-rpc-client +7 !1 
╰─ ✘ 1 ❯ arch
arm64
╰─ ✘ 1 ❯ npm install                                                                                23.93   33.8G   21%   100%  ─╯
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@es-joy/jsdoccomment@0.10.8',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16' },
npm WARN EBADENGINE   current: { node: 'v17.4.0', npm: '8.3.1' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'eslint-plugin-jsdoc@36.1.1',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16' },
npm WARN EBADENGINE   current: { node: 'v17.4.0', npm: '8.3.1' }
npm WARN EBADENGINE }

> ipfs-interop@8.0.0 postinstall
> cross-env node ./scripts/setup-libp2p-relay-daemon.js

Error: No binary available for platform 'darwin' and arch 'undefined'
    at getDownloadURL (file:///Users/sgtpooki/code/work/protocol.ai/ipfs/interop/scripts/setup-libp2p-relay-daemon.js:84:11)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async download (file:///Users/sgtpooki/code/work/protocol.ai/ipfs/interop/scripts/setup-libp2p-relay-daemon.js:127:15)
@SgtPooki SgtPooki added the need/triage Needs initial labeling and prioritization label Aug 22, 2022
@welcome
Copy link

welcome bot commented Aug 22, 2022

Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment.
Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:

  • "Priority" labels will show how urgent this is for the team.
  • "Status" labels will show if this is ready to be worked on, blocked, or in progress.
  • "Need" labels will indicate if additional input or analysis is required.

Finally, remember to use https://discuss.ipfs.io if you just need general support.

SgtPooki added a commit to SgtPooki/interop that referenced this issue Aug 22, 2022
achingbrain pushed a commit that referenced this issue Sep 7, 2022
github-actions bot pushed a commit that referenced this issue Sep 7, 2022
### [8.0.11](v8.0.10...v8.0.11) (2022-09-07)

### Bug Fixes

* use os.arch() when arch is undefined ([#488](#488)) ([f0cf7d8](f0cf7d8)), closes [#487](#487)

### Trivial Changes

* Update .github/workflows/stale.yml [skip ci] ([2288d77](2288d77))
@github-actions
Copy link

github-actions bot commented Sep 7, 2022

🎉 This issue has been resolved in version 8.0.11 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
need/triage Needs initial labeling and prioritization released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant