Skip to content
New issue

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

Running locally - Yarn dev 'error Command "dev" not found.' #51

Closed
sambowenhughes opened this issue Jun 8, 2020 · 1 comment
Closed

Comments

@sambowenhughes
Copy link

sambowenhughes commented Jun 8, 2020

OS: Mac Catalina 10.15.2
Branch: Master (Latest - 08/06/2020)

In the middle of trying to run the antibody-web client by following the README.md.

Currently getting the following error 'Command "dev" not found.' From looking in the package.json looks like you are missing the dev script

"scripts": { "build": "node_modules/.bin/rimraf dist && tsc", "test": "node_modules/.bin/jest" }

Not sure if this is intentional, but I was wondering if the README.md needs updating. README.md currently states the following:

Running the service locally

Create your client/.env file - rename example.env -> .env for local development

yarn dev

Runs the front and back end app in development mode. This will run serverless in offline mode, and you will hit localhost endpoints.

@sambowenhughes
Copy link
Author

Ahhh.

I was running the yarn dev command in the client directory. Thats why I couldn't find the script tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant