-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Running Nestjs application on Nx 16.1.4 #16914
Comments
I have the same problem. Issue shows up on a new nx 16.1 angular-nest project. Building works, but not serving. Use nx 16.1.3 Stacktrace:
|
Duplicates #16908 #16834 #16911 #16847 Solved with https://github.com/nrwl/nx/pull/16911/files |
Hey 👋 I'm closing this out since its a duplicate and already solved. Stay tuned for next release 📺 |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
I'm trying to run nx serve api on my nx monorepo application.
Expected Behavior
Suppose to run successful
GitHub Repo
No response
Steps to Reproduce
Error: Only URLs with a scheme in: file, data are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'
Nx Report
Error: Only URLs with a scheme in: file, data are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'
Failure Logs
Error: Only URLs with a scheme in: file, data are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: