I'm sending the schematics folder as a zip file to you via E-Mail. You can unzip it to angular/.suite/schematics
folder in your project, then run npm install
to create node_modules folder inside.
Then you can inform me if it resolved the issue with suite.
Hi agan,
I've just watched the videe you sent to @alper.ebicoglu.
You are creating the CRUD page in the final application (NirvanaHealth). This is wrong. You have to add the newly created module to ABP Suite (...\aspnet-core\modules\UserManagement
). Then generate the page on it.
I will check the error in the log file.
Hi,
This log is very usefull.
Do you have angular\.suite\schematics
directory in the proejct? If so, can you run npm install
command in it and try again?
Hi,
I've created a new project from Module Template (v5.1.3) named Mcp.UserManagement
via ABP Suite (v5.1.3) and then generated a new CRUD page named Application
with the same properties you provided.
It generated files under angular\projects\user-management\src\lib\applications\application
folder for Angular UI.
And then i run the Angular application and am able to see the newly created page:
Do you made any change after project creation? Because i am unable to reproduce the issue.
@epieters
You need to install the packages, that i listed above, to the corresponding projects in your solution.
For example: Install Volo.Docs.Admin.Application
to the project where Volo.Docs.Application
is installed. Then add DocsAdminApplicationModule
dependency next to DocsApplicationModule
dependency in the ABP module class of the target project.
Hi @vijay.nallala,
Have you changed the location of angular
folder?
Hi @improwise,
As i see, the issue is resolved. Right?
Hi @zalak,
There are two parameters that are not listed in CLI document:
--with-public-website
--without-cms-kit
example command: abp new Acme.BookStore --with-public-website -v 4.4.0