-
-
Notifications
You must be signed in to change notification settings - Fork 184
More Windows space in path issues #180
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
Comments
Cross-spawn looks good. |
I can take a stab at it. Unfortunately, I don't have any TypeScript experience or yarn, so it will take some setup and a bit of time. |
dominic-p
added a commit
to dominic-p/mongodb-memory-server
that referenced
this issue
May 10, 2019
Ok, I gave it a shot. As I said in the PR, I couldn't figure out how to test it locally though. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a follow up from #139.
I thought the fix for that issue solved it, but when I tested again today. I got a new error:
I think the issue might be related to this node.js bug which was not fixed. The workaround they mention is to quote the path to the command (already done in #139) and add
shell: true
to the spawn options.I tried adding it here and it solved the problem, but I don't know if that's a good idea to do in all cases.
Maybe something like cross-spawn would be a better option?
The text was updated successfully, but these errors were encountered: