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

ng build error #12

Open
mayureshs opened this issue Mar 15, 2019 · 1 comment
Open

ng build error #12

mayureshs opened this issue Mar 15, 2019 · 1 comment

Comments

@mayureshs
Copy link

Upon npm start or ng build , here is the error.
The build command requires to be run in an Angular project, but a project definition could not be found.

@ghost
Copy link

ghost commented May 13, 2019

what seemed to work for me is using 'yarn start'
and 'yarn build:production' instead of using 'npm start' and 'npm build:production'
this is because todd uses yarn and there is a yarn.lock file which already locks in on the installed versions,

using node version 6.15.0

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