-
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
unable to find tsconfig.base.json or tsconfig.json #20574
Comments
Hi there @CGQAQ ! I cannot reproduce on macos, I added the |
Oh, also, it would be super helpful if you could provide a minimum reproduction repository! |
repro repo: https://github.com/CGQAQ/nx-20574-repro |
@CGQAQ hmm I do not see a |
So, I have some updated info @CGQAQ after talking with @AgentEnder who knows more about this setup! :) First, you can, indeed, run generators from plugins listed in your Second, you don't seem to have the Third, JavaScript based projects don't really benefit from Let me know if these things help! |
The thing is I have a project that is NOT pure js, it's half Rust half js, so first thing I did is look up docs, and found installing-nx-into-an-existing-repository, then I search 'nextjs nx' and found this, and I don't want package.json in my root, so I skipped the first step and directly ran
it works now, so I guess I should close the issue, thanks |
@mandarini The thing I still not quite get is that if none of your generators support this, why you generate in this way by default in this command, it's very confusing. I think you should generate the project the way you support, so I will reopen this. and also
👆 the error is confusing as well, should be |
Hey @CGQAQ, there's a few things to break down here:
I hope this clears things up. I'll work on cleaning the error message up, but lets keep the issue closed since you were able to correct the configuration in your repo and we can work on clearing docs up as time goes on. |
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
Expected Behavior
create successfully
GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: