After cloning the project and installing npm, When I do "ng serve" I get this error :
C:...\angular-cli-i18n-sample-master>ng serve
An ejected project cannot use the build command anymore.
even I add the code below in "angular-cli.json" file
"project": {
"name": "proj-name",
"ejected": true,
}