You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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,
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.
The text was updated successfully, but these errors were encountered: