we have updated our build command from
"start": "ng serve --configuration=dev --aot --o",
to
"start": "ng serve --configuration=dev --aot --output-hashing=all",
but when i build i am getting the below error
Unknown option: '--output-hashing' npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] start: ng serve --configuration=dev --aot --output-hashing=all npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
ng serve --configuration=dev --aot --output-hashing=all
any idea why and how to solve
2.1m questions
2.1m answers
60 comments
57.0k users