We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am on macOS and my computer wasn't set up to run the SPARC app. In other words, yarn install followed by yarn dev didn't cut it for me.
yarn install
yarn dev
Instead, I had to do the following:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.0/install.sh | bash
nvm install v12.13.0
curl -o- -L https://yarnpkg.com/install.sh | bash
export KNOWLEDGEBASE_KEY=<KNOWLEDGEBASE_KEY> export BLACKFYNN_API_HOST=<BLACKFYNN_API_HOST> export BLACKFYNN_API_SECRET=<BLACKFYNN_API_SECRET> export BLACKFYNN_API_TOKEN=<BLACKFYNN_API_TOKEN> export CTF_SPACE_ID=<CTF_SPACE_ID> export CTF_CDA_ACCESS_TOKEN=<CTF_CDA_ACCESS_TOKEN> export CTF_API_HOST=<CTF_API_HOST> export DEPLOY_ENV=<DEPLOY_ENV>
git clone https://github.com/nih-sparc/sparc-app.git cd sparc-app
yarn install <-- Results in quite a few warnings that probably ought to be addressed
yarn dev <-- Results in a warning about the mode option being deprecated
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am on macOS and my computer wasn't set up to run the SPARC app. In other words,
yarn install
followed byyarn dev
didn't cut it for me.Instead, I had to do the following:
The text was updated successfully, but these errors were encountered: