angular-pro-app-seed icon indicating copy to clipboard operation
angular-pro-app-seed copied to clipboard

ng build error

Open mayureshs opened this issue 5 years ago • 1 comments

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.

mayureshs avatar Mar 15 '19 13:03 mayureshs

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

clarklindeveloper avatar May 13 '19 22:05 clarklindeveloper