-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Bug running NodeJS API on Windows and WSL #7845
Comments
@gtoro98 could you also provide the console you're using as well as your windows build version? Thanks! |
Can you also confirm if issue is present when directly invoking |
@tknickman OS Build 22631.3296 but have reproduced in various others on windows powershell, command prompt and terminal |
@chris-olszewski running 'npm run dev' from within the apps/api directory results in succesful starting of the server |
Closing in favor of #7834 as I believe this is an bad interaction with |
Verify canary release
Link to code that reproduces this issue
https://github.com/gtoro98/turbo_issue
What package manager are you using / does the bug impact?
npm
What operating system are you using?
Windows
Which canary version will you have in your reproduction?
1.13.1-canary.2
Describe the Bug
NodeJS Fastify server fails to run locally from turborepo on windows systems
Expected Behavior
Server to start
To Reproduce
run npm run dev on issue repo
Additional context
Version 1.12 works fine, this issue only appears to happen on Windows, no problem on M chip macs. Tested with WSL with Ubuntu distro and issue also happens
The text was updated successfully, but these errors were encountered: