We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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, }
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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,
}
The text was updated successfully, but these errors were encountered: