-
Notifications
You must be signed in to change notification settings - Fork 68
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
npm install failing due to webpack dependency issues #12
Comments
I have same problem. Pity, since it'd be really cool to build on. |
I also have the same problem. I don't know how to fix it, can you give me idea? Thanks very much. |
I ended up using this fork https://github.com/joundso/patient-browser which was still working when i tried it (about a year ago)... |
Yeah, it looks good. I found the reason the build failed because the old Webpack version was no longer relevant, just updated it and it worked fine. Thanks for your answer. |
To those who have had issue with this tool in the past: we recently updated our build structure dramatically, switching from webpack to vite. As a result, I expect this issue has been addressed. If anyone would care to confirm this on their end, it would be much appreciated. Since I suspect this is resolved, in an effort to keep our issue backlog fresh we'll close this issue after 30 more days of inactivity. Of course, if that happens and you're still seeing issues on your end, please feel free to re-open it or create a similar one! In the meantime, thank you all for your comments and contributions. |
How to reproduce: Clone repo an run 'npm install' .
Build starts fine but eventually runs into error (below). I tried to fix it by manually installing webpack-cli but that unfortunaltly lead to a whole new series of dependency problems seemingly having to do with breaking changes between different versions of webpack.
Error log:
The text was updated successfully, but these errors were encountered: