-
Notifications
You must be signed in to change notification settings - Fork 181
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
Angular 5 ng build --prod fails #143
Comments
I found the bad line:
|
@lawliet616 Did it work for you after changing the line? What else did you do to get it to work? It won't work for me. Tried npm rebuild, but to no avail... |
@markschmid I forked this project, fixed that line and now I'm using it this way in my package.json:
Try it, it works for me. |
@lawliet616 Thanks! I tried but it won't work (same error). I've found that when I update typescript to 2.5, it works... |
Angular: 5.0.2
angular2-datatable: 0.6.0
When I run the ng build --prod command I get the following error:
The reason is probably that the project has bad rxjs imports, like:
with should be replaced by:
Could you fix it?
The text was updated successfully, but these errors were encountered: