Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue at serving project (ng serve) #1

Open
liliom55 opened this issue Apr 24, 2017 · 1 comment
Open

Issue at serving project (ng serve) #1

liliom55 opened this issue Apr 24, 2017 · 1 comment

Comments

@liliom55
Copy link

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

@feloy
Copy link
Owner

feloy commented Apr 24, 2017

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: 1fea4f5

You'll have to change .angular-cli.json, package.json and src/tsconfig.json, and remove all webpack*.config.js

Philippe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants