You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mikemaccana
changed the title
start-shared-test-validator.sh should test for and ask users to install 'flock' (it's not there by default on macOS)
start-shared-test-validator.sh should test for and ask users to install 'flock' and 'pidof' (they're not there by default on macOS)
Nov 19, 2024
Overview
Following the instructions per
solana-web3.js/examples/README.md
, all the examples fail to run on a new mac since Flock isn't there by default.Steps to reproduce
Description of bug
I don't have a Linux box to test but I bet flock is probably there by default, on mac you need to add https://formulae.brew.sh/formula/flock
We want to ask people to install Homebrew and then
brew install flock
After this the examples work.
Another possible solution would be to remove the
flock
andpidof
requirements if this is possible/safe.The text was updated successfully, but these errors were encountered: