-
Notifications
You must be signed in to change notification settings - Fork 37
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
0.3.1 breaks on Windows #29
Comments
@joelfried we'd happily accept a pull request for this. At present I don't have a windows environment to test a fix on. |
@ivanvanderbyl I've created a pull request that resolves this issue. |
I can confirm I'm seeing this on our appveyor CI
|
Seems like #33 fixed the issue for us, but we still need a release. @ivanvanderbyl - Any blockers on a release? |
Nope, will cut one shortly when I get to a proper internet. Currently on
Naxos, in 🇬🇷
On Tue, 16 May 2017 at 18:16, Robert Jackson ***@***.***> wrote:
Seems like #33 <#33> fixed
the issue for us, but we still need a release.
@ivanvanderbyl <https://github.com/ivanvanderbyl> - Any blockers on a
release?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABe1lCCo41H7o7Eqf1ejbfqOFPC0_Foks5r6b2tgaJpZM4MA8b4>
.
--
Ivan Vanderbyl
|
4 tasks
@rwjblue released |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Commit 07f7db7 changed index.js to use path.join() in a way that breaks this package for Windows users.
A fix is documented in this thread - it looks like just fixing line 99 may be sufficient.
The text was updated successfully, but these errors were encountered: