-
Notifications
You must be signed in to change notification settings - Fork 12k
ng build --prod failure #7354
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
Comments
The directory seems strange. It should be |
@hieuxlu It was escaped. I have updated the error message. |
I got same issue, both on Ubuntu and Mac
Build without --prod works fine UPDATE |
same issue
|
@iygnay Thank you. |
why angular-cli doesn‘’t support cnpm? |
Mine issue seems to related to cnpm, after deleting node_modules/ folder and use npm install instead, build with --prod works fine again. @waterscar thank you |
problem with cnpm also. |
according to the stacktrace it seems related with "license-webpack-plugin", |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.3.0
node: 8.2.1
os: win32 x64
@angular/animations: 4.3.3
@angular/common: 4.3.3
@angular/compiler: 4.3.3
@angular/core: 4.3.3
@angular/forms: 4.3.3
@angular/http: 4.3.3
@angular/platform-browser: 4.3.3
@angular/platform-browser-dynamic: 4.3.3
@angular/router: 4.3.3
@angular/cli: 1.3.0
@angular/compiler-cli: 4.3.3
@angular/language-service: 4.3.3
Repro steps.
The log given by the failure.
Desired functionality.
For the app to compile
Mention any other details that might be useful.
After I installed the following packages, there was a problem.
"@angular-redux/store": "^6.5.7",
"ng2-validation": "^4.2.0",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
The text was updated successfully, but these errors were encountered: