question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[bindl] Error building vscode-shellcheck on M1: dyld[71190]: missing symbol called

See original GitHub issue

It seems bindl dependes on some native library which does not work on darwin arm64.

npx bindl
  ⠋ downloading and extracting https://github.com/koalaman/shellcheck/releases/download/v0.8.0/shellcheck-v0.8.0.linux.x86_64.tar.xz
  ⠋ downloading and extracting https://github.com/koalaman/shellcheck/releases/download/v0.8.0/shellcheck-v0.8.0.linux.armv6hf.tar.xz
  ⠋ downloading and extracting https://github.com/koalaman/shellcheck/releases/download/v0.8.0/shellcheck-v0.8.0.linux.aarch64.tar.xz
  ⠋ downloading and extracting https://github.com/koalaman/shellcheck/releases/download/v0.8.0/shellcheck-v0.8.0.darwin.x86_64.tar.xz
  ⠋ downloading and extracting https://github.com/koalaman/shellcheck/releases/download/v0.8.0/shellcheck-v0.8.0.zip
dyld[71190]: missing symbol called
zsh: killed     npx bindl

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
felipecrscommented, Aug 31, 2022

I would recommend you use Volta to manage your Node version, as it’s what this repository is configured to use in CI too.

With Volta you don’t need to do anything, but if you want to ensure the correct version of node by yourself, check:

https://github.com/vscode-shellcheck/vscode-shellcheck/blob/c5afa3841c8d18630cba1381e4046e159516eead/package.json#L252-L255

0reactions
felipecrscommented, Oct 26, 2022

Node is now v16 (it’s the one which comes with VSCode 1.66). Maybe we can close this issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found