It either doesn't exist yet, or may not use project.json for configuration. Use addProjectConfiguration()
instead if you want to create a new project.
#1025
Unanswered
sonikasharma1403
asked this question in
Q&A
Replies: 1 comment
-
Which plugin are you using? We usually don’t test against Angular cli, just with the Nx cli |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error:
It either doesn't exist yet or may not use project.json for configuration. Use
addProjectConfiguration()
instead if you want to create a new project.INFO:
get this error while using the Nx generator in an angular CLI application. This error is thrown when we try to either do
addProjectConfiguration
orupdateProjectConfiguration
. Note that the generator has been converted using theconvertNxGenerator
.The NX app works perfectly fine but facing issues while making it compatible with the angular App.
Could someone please help me with this..
Beta Was this translation helpful? Give feedback.
All reactions