Skip to content
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

Error when running from command line #41

Open
harrysarson opened this issue Dec 16, 2016 · 12 comments
Open

Error when running from command line #41

harrysarson opened this issue Dec 16, 2016 · 12 comments

Comments

@harrysarson
Copy link

using npm install git-server -g and then git-server gives following error:

delte

@TobiasNickel
Copy link

I analyzed it, I think node-git-emit need to update its dnode dependency to a newer version. then this gitserver can update, to be compatible with newer versions of node.

@qrpike
Copy link
Contributor

qrpike commented Mar 13, 2017

@TobiasNickel put in a pull request and I will merge it in. Thanks.

@TobiasNickel
Copy link

first my pullrequest to node-git-emit need to get accepted.
I would like to avoid forking the projects and republish to npm.

https://github.com/substack/node-git-emit/pull/5

@qrpike
Copy link
Contributor

qrpike commented Mar 13, 2017

@TobiasNickel Ah i see what you're saying.

@TobiasNickel
Copy link

@qrpike when do you handle the pull request?

a shortterm solution for that but is to add the following line example.js or the personal server.js:
process.EventEmitter = require('events');
before require git-serrver.

@qrpike
Copy link
Contributor

qrpike commented Mar 15, 2017

I will merge it whenever you submit it. I'm pretty active. Thanks,

@TobiasNickel
Copy link

but adding the EventEmitter would just be a hack, It should not be part of the example,

please merge my pullrequest on node-git-emit. I am not sure if I shoud also increase the version in package.json.

@xpepermint
Copy link

Any progress?

@TobiasNickel
Copy link

I am waiting that my PR at node-git-emit is accepted

@pbajno
Copy link

pbajno commented Jun 22, 2017

I am waiting for this one also. Can't work it out with either node 0.10 or node 8...

But obviously it's git-emit problem. Waiting for their reproach to this one.

@harrysarson
Copy link
Author

Any progress here?

@jrichardsz
Copy link

jrichardsz commented Feb 8, 2021

How can we help ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants