-
-
Notifications
You must be signed in to change notification settings - Fork 535
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
Add cross platform path support to workerDirectory #2218
Comments
Great project! I'm gonna create a small bounty for this issue if you don't mind @kettanaito since I'll like to see this feature implemented |
I'd like to give this issue a go @kettanaito @nabby27 |
@Tornek I think you use an old version of the library (for the message that you show). Keep in contact! |
@nabby27 The bot here is not working, is it installed in the project??. I'm trying to start working on it... |
@ivanfernandez2646 Exactly, the Opire bot is not installed in this project but you can solve it anyway and claim the reward in your dashboard with the PR |
@Tornek as I said in the last version it works correctly. I test on Windows and MacOs computers... Also I create a PR prove of that with some tescases that cover this. Thanks!! |
Released: v2.4.2 🎉This has been released in v2.4.2! Make sure to always update to the latest version ( Predictable release automation by @ossjs/release. |
Prerequisites
Environment check
msw
versionNode.js version
20.15.1
Reproduction repository
Reproduction steps
To reproduce my problem you will need both a Mac and a Windows computer.
You need to write path with slashes in msw.workerDirectory in package.json. For example:
And run your application with msw
Current behavior
On windows we get this message
On Mac we have
Service Worker successfully created!
Expected behavior
We have
Service Worker successfully created!
on each computersThe text was updated successfully, but these errors were encountered: