shreyashankar / gpt3-sandbox

The goal of this project is to enable users to create cool web demos using the newly released OpenAI GPT-3 API with just a few lines of Python.
MIT License
2.9k stars 883 forks source link

JS Prettify and Few Small Fixes #37

Closed devstein closed 4 years ago

devstein commented 4 years ago

Description

shreyashankar commented 4 years ago

running into error when i run python examples/run_latex_app.py

$ react-scripts start
/bin/sh: react-scripts: command not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Did you run yarn install before running the example?

bora-uyumazturk commented 4 years ago

running into error when i run python examples/run_latex_app.py

$ react-scripts start
/bin/sh: react-scripts: command not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Did you run yarn install before running the example?

That was it, false alarm : )