Closed Pomax closed 8 years ago
I only own a Linux computer, there might be some problems on Windows, I don't know, I will have to get back to you on that.
I only find a bug in windows #7 @olahol
@olahol nice way around that particular problem: https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ has all the windows VMs you could possibly need to verify npm installs/tests pass for windows machines, even if you don't own one yourself =)
(they come with a 1 month expiry, but for node script testing purposes that's usually entirely irrelevant)
Thanks @Pomax , I'm installing one right now :+1:
I've tested it on Windows 7 now with node 6 and npm 3, and everything is working as expected.
Had the same issue but resolved. Thank you!
@olahol awesome. Worth putting in the README as a "tested and works on..." section? (always useful in case people go "omg what about windows 95 with Node 0.10?!?!1")
Ok, I've added the platforms I've tested on in the readme now :)
hero++
I know autoless had issues on windows, so just to be sure: can the README.md be updated with information on known OS compatibility/incompatibility? Most of the things mentioned suggest it should work on any OS, but has that been verified?