holmari / gerritstats

Tool for creating statistics from a Gerrit repository
MIT License
193 stars 54 forks source link

Fixes #25

Closed meehatpa closed 7 years ago

holmari commented 7 years ago

Perhaps the problem you're running into is that you've installed webpack with -g option, and it's newer than what's specified in this project. The project should work with the dependencies specified in package.json and all of them are available.

I did an update to add the package-lock.json file to the repository, which should help fix these issues. Could you try that out with a clean build and see if that fixes your issues?

holmari commented 7 years ago

Closing this as the original issue should be fixed. These should not be necessary as they are in conflict with the npm package versions specified in package.json. If we want to update the npm packages at some point, a bit more work is needed.

meehatpa commented 7 years ago

Yes, thanks for fixing the issue.