Closed machawk1 closed 6 years ago
Seems you're missing xcode which is necessary for native modules to be built on OSX. Maybe you could try this:
xcode-select --install # Install Command Line Tools if you haven't already.
sudo xcode-select --switch /Library/Developer/CommandLineTools # Enable command line tools
Good to see you around @machawk1 :) Make sure to check out the new design branch too https://github.com/ipfs-shipyard/station/pull/516
@VictorBjelkholm That solved the issue and now I am able to install and run Station! Perhaps this information should be in the README.
@diasdavid That's actually what brought me back here! I saw @hacdias's demo video and wanted to give the project another spin.
macOS 10.13.1 node v8.9.1 npm 5.5.1 station aa8b8630fc2e688693176c4ae06d5e3db13d9e77
Clone the repo, then cd'd into it, per the README.
npm install finished with some caveats
...however, npm start fails.