You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 noticed that replacing the 2 occurrences of
process.cwd()
withprocess.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.
The text was updated successfully, but these errors were encountered: