-
Notifications
You must be signed in to change notification settings - Fork 417
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
serverless-webpack has unmet peer dependency #633
Comments
I agree with you. But as I don't use TypeScript either I don't know how to properly fix it. Does people using TypeScript always have the How can we solve that? Related PR #129 |
Based on the instructions from webpack, I'm pretty sure that people using TypeScript for their webpack file will have
So perhaps |
Thanks for all these information! |
With 5.3.5 I now have:
😕 |
This is a Bug Report
Description
After doing an
npm install --save-dev serverless-webpack
I received a warning about unmet peer dependencies from npm:My project doesn't use typescript, so this was unexpected. It seems like
ts-node
should be an optionalDependency instead of a dependency.Additional Data
The text was updated successfully, but these errors were encountered: