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

Windows Not Supported #2

Closed
mattferrin opened this issue Nov 28, 2020 · 1 comment
Closed

Windows Not Supported #2

mattferrin opened this issue Nov 28, 2020 · 1 comment

Comments

@mattferrin
Copy link
Contributor

I noticed that replacing the 2 occurrences of process.cwd() with process.cwd().split(path.sep).join(path.posix.sep) resolved this issue locally for me.

I visited https://shapeshed.com/writing-cross-platform-node/ first, but in the end found https://stackoverflow.com/a/63251716/1964376 to be helpful.

@denisraslov
Copy link
Owner

Thanks! I've merged your PR 👍

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

2 participants