-
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
Cannot find eslint or jest when running inferred targets for 18.1.1 (and 18.1.2) #22343
Comments
Got the same Problem |
I'm having the same issue. Tried downgrading nx to 18.0.8 and now its running the targets just fine. Started a brand new project today. Installed nx globally and was seeing this issue. I then ran the same targets using nx report (not working)
nx report (working)
Im still having issues with build, but that is relating to next and tailwind and believe that to be a configuration issue i need to resolve on my part but I've not changed anything from the default configuration using |
18.1.2 does not fix this... |
tried setting env variable NX_RUN_COMMANDS_DIRECTLY=false. This didn't fix it, but got another error message:
and then the command just hangs.... (can break it via ctrl-c) |
Closed by #22382 |
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
cannot run inferred targets for eslint or jest, since eslint or jest command cannot be resolved.
fails with 'eslint' or 'jest' is not recognized as an internal or external command, operable program or batch file.
Expected Behavior
can run inferred targets for eslint or jest as in 18.0.8
GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: