Activities of "muhammedaltug"

Hello,

After updating the ABP Cli version, please log in again. Also, please use the following command to download the lepton x source code.

abp get-source Volo.Abp.LeptonXTheme.Pro --preview
Answer

What is your yarn versioın?

Hello,

Can you try the steps below

  • Remove node_modules folders and yan.lock files from angular and angular/.suite/schematics
  • Add the following lines to your package.json

"workspaces": {
    "packages": [
      ".suite/*"
    ],
    "nohoist": [
      "**schematics**",
      "schematics**"
    ]
},
"resolutions": {
    "@abp/ng.schematics": "6.0.0-rc.4",
    "@abp/ng.components": "6.0.0-rc.4",
    "@abp/ng.core": "6.0.0-rc.4",
    "@abp/ng.setting-management": "6.0.0-rc.4",
    "@abp/ng.theme.shared": "6.0.0-rc.4",
    "@abp/ng.feature-management": "6.0.0-rc.4",
    "@abp/ng.permission-management": "6.0.0-rc.4",
    "@volo/abp.commercial.ng.ui": "6.0.0-rc.4",
    "@volo/abp.ng.account": "6.0.0-rc.4",
    "@volo/abp.ng.audit-logging": "6.0.0-rc.4",
    "@volo/abp.ng.gdpr": "6.0.0-rc.4",
    "@volo/abp.ng.identity": "6.0.0-rc.4",
    "@volo/abp.ng.openiddictpro": "6.0.0-rc.4",
    "@volo/abp.ng.language-management": "6.0.0-rc.4",
    "@volo/abp.ng.saas": "6.0.0-rc.4",
    "@volo/abp.ng.text-template-management": "6.0.0-rc.4",
    "@volosoft/abp.ng.theme.lepton-x": "1.0.0-rc.5"
}
  • Install packages with yarn command in your angular folder.
  • Try to generate an entity

Note: Please remember to remove any additional lines from "package.json" when updating to 6.0.0-rc.5 or later versions.

Answer

Hello,

Can you use yarn ?

Please execute the following command in the angular/.suite/schematics and angular folders and share the results.

yarn why @abp/ng.schematics
yarn why @angular-devkit/schematics

Hello,

Can you retry after removing the angular/.suite folder. If you upgrading to rc.5 please update your project's angular version to 14.

Hello,

We upgraded the angular version to 14 in 6.0.0-rc.5 version. Please update your angular version

Hello,

Sorry for the late response

There is no way to override bootstrap colors with CSS variables right now. But this is in our roadmap.

Hello,

According to the response of the application-configuration endpoint, your backend seems to be created with open source app template. Please check if the 2 projects are created with the app-pro template.

Hello,

Can you send the application-configuration endpoint response?

Showing 121 to 130 of 254 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30