-
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
Error after running ng add on fresh CLI project #513
Comments
Got exactly the same error on
|
same error
|
Yup, same here. Windows 10 |
Hi @FrozenPandaz , I've been using Nx on some projects, but now I'm trying to add support for an existing project. I've been looking around the related issues but didn't found it was really fixed. I watched this video: and as it shows the command Only this files are updated/created:
The steps to reproduce are the same as the original issue by @jeffbcross
Expected: an apps and libs structure to be created, the default app and e2e to be inside apps/, an nx.json file and other things. Result: jest.config.ts is created, angular.json and package.json updated. This happened to me with an existing project with If you execute those 2 commands and get the expected file structure, please let me know, I have no idea what I'm missing, but this command doesn't seem to be working at all. |
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. |
ng new marbles
.ng add @nrwl/schematics
. But got an error:The text was updated successfully, but these errors were encountered: