angular-cli-i18n-sample icon indicating copy to clipboard operation
angular-cli-i18n-sample copied to clipboard

Issue at serving project (ng serve)

Open liliom55 opened this issue 7 years ago • 1 comments

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, }

liliom55 avatar Apr 24 '17 16:04 liliom55

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

feloy avatar Apr 24 '17 16:04 feloy