Open Kombuchelada opened 3 months ago
Hello @Kombuchelada ,
Actually the error message is an Angular CLI message. This message occurs because the CLI is looking for the project to be an Angular project. In simpler words, it should run where the angular.json file is.
Because of the way the monorepo is built, the correct way to run the extension is by opening the “Client” folder in VSCode.
There is a research process behind that the extension has to go through before we know if it is possible or not to apply this request, so I ask for your patience.
As soon as I have a clear answer I will post it here.
@Kombuchelada
I recently uploaded an update that may help to solve your issue.
Please check the terminal settings of the extension (angular.terminal.cwd
) and let me know if the issue was resolved.
I'm trying to use this extension in a monorepo that has the client/angular code inside a subfolder, and I don't see a way to configure this extension to change the path from which it runs the generate commands. It'd be awesome if that were a feature! This extension is awesome!
This is the error I get when attempting to generate something:
this is run in a folder like "C:\myrepo\" when it needs to be run in "C:\myrepo\client\"