-
Notifications
You must be signed in to change notification settings - Fork 30
Preinstall installs devDependencies #17
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
no that's right you do not need to install those. I did not realize I have left it there in scripts, I have removed it. Please take latest version. And thank you for pointing it out. And please close the issue if it solves you problem, and let me know if you have any trouble with the package. |
Next problem I hit seems to be another small change, that I believe only matters with webpack, but should be beneficial in general. The error reads:
Angular-cli has an open issue about it: angular/angular-cli#3576. I haven't looked into it deeply enough to determine if this is a fault of webpack or angular, but just adding I did test, and editing in the |
sure i wll remove the dependancy on it. webpack seems to give problem with it. Please take version 1.1.20 I have removed dependacy on module.id. Thank you for your support. |
@james-criscuolo Closing the issue. Assuming your issue is solved. |
Do I need that preinstall set if I don't plan on developing inside the library? I'd like to use it, but I don't want to install those extra libraries, or force my team to as well. This occurs when just doing a normal
npm install angular-2-daterangepicker
.The text was updated successfully, but these errors were encountered: