-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi everyone! I'm subscribed to the old Infinite Library repo from the first hackathon, so I get all the notifications. Since this project looks super interesting, I thought I'd build it and give it a try. Sadly, I just can't figure out how to get it to build. Here's what I've tried:
git clone https://github.com/InfiniteLibrary/infinite-electron
cd infinite-electron
yarn
and here's what I get:
$ yarn
yarn install v0.20.0
[1/4] Resolving packages...
success Already up-to-date.
$ concurrently "install-app-deps" "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json"
[0] zsh:1: command not found: install-app-deps
[0] install-app-deps exited with code 127
[1] node node_modules/fbjs-scripts/node/check-dev-engines.js package.json exited with code 0
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
I tried npm install -g install-app-deps, and that gives me the executable install-app-deps, but then I get the same error as above, even after restarting the session.
Metadata
Metadata
Assignees
Labels
No labels