Lasse Holmstedt

Results 12 comments of Lasse Holmstedt

This happens when you build with webpack. Something like this helps, in webpack.config.js: ``` module.exports = { ... externals: [ {pg: true} ] node: { fs: 'empty' } ... };...

`./gerrit_downloader.sh --server gerrit.instance.on.inter.nets --project YourProjectName` should do the trick. If you want to download multiple projects under one instance, you can pass `--project` several times. Does that help?

Got it. You're right, there's no support for wildcards at the moment. You can work around this problem pretty easily by issuing `gerrit ls-projects` over ssh on the remote server,...

I don't know if this helps since I don't have Ubuntu 14.04, but check this out: https://stackoverflow.com/questions/21168141/cannot-install-packages-using-node-package-manager-in-ubuntu

@bluepeach is this still an issue? I see you have also filed https://github.com/webpack/loader-utils/issues/99 .

@james-nesbitt, happy to accept any PRs. I'm sorry I don't have time to actively maintain this project, I'm not using Gerrit anymore at my current workplace.

Sure. I do have it on my list as well, but I'm only sporadically working on this, so it might take some time to get to it. Let me know...

Unfortunately I don't have too much time to work on this project at the moment, but any kind of contributions are accepted, I'm happy to review them! Since this would...

@Ziver I'm really sorry for never getting back to you. I love Gerrit but unfortunately I don't use it at work anymore, and so I have not been able to...

Thanks for the report. Would you like to contribute a fix?