angular-cli-i18n-sample
angular-cli-i18n-sample copied to clipboard
Issue at serving project (ng serve)
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, }
Hi Leyla,
You will have to revert the latest commit from the git repo, which has ejected the config.
Please have a look at the modifications made in the latest commit: https://github.com/feloy/angular-cli-i18n-sample/commit/1fea4f525a5e5322bff1f2ebaa306e213575fb67
You'll have to change .angular-cli.json, package.json and src/tsconfig.json, and remove all webpack*.config.js
Philippe