Hello
I am able to run project with this dependencies & devDependencies in package.json file please trye to replace this and delete yarn.lock
then run yarn
& yes if you want @abp/*
version to 7.3.2 you can find and replace all 7.3.3 to 7.3.2 I tested that too at my end working fine.
"dependencies": {
"@abp/signalr": "~7.3.3",
"@microsoft/signalr": "^7.0.7",
"@volo/abp.ng.chat": "~7.3.3",
"@volo/abp.ng.file-management": "~7.3.3",
"ng-recaptcha": "^12.0.2",
"ngx-captcha": "^13.0.0",
"@abp/ng.components": "~7.3.3",
"@abp/ng.core": "~7.3.3",
"@abp/ng.oauth": "~7.3.3",
"@abp/ng.setting-management": "~7.3.3",
"@abp/ng.theme.shared": "~7.3.3",
"@angular/animations": "~16.0.0",
"@angular/common": "~16.0.0",
"@angular/compiler": "~16.0.0",
"@angular/core": "~16.0.0",
"@angular/forms": "~16.0.0",
"@angular/localize": "~16.0.0",
"@angular/platform-browser": "~16.0.0",
"@angular/platform-browser-dynamic": "~16.0.0",
"@angular/router": "~16.0.0",
"@volo/abp.commercial.ng.ui": "~7.3.3",
"@volo/abp.ng.account": "~7.3.3",
"@volo/abp.ng.audit-logging": "~7.3.3",
"@volo/abp.ng.gdpr": "~7.3.3",
"@volo/abp.ng.identity": "~7.3.3",
"@volo/abp.ng.language-management": "~7.3.3",
"@volo/abp.ng.openiddictpro": "~7.3.3",
"@volo/abp.ng.saas": "~7.3.3",
"@volo/abp.ng.text-template-management": "~7.3.3",
"@volosoft/abp.ng.theme.lepton-x": "~2.3.0",
"rxjs": "7.5.6",
"tslib": "^2.1.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@abp/ng.schematics": "~7.3.3",
"@angular-devkit/build-angular": "~16.0.0",
"@angular-eslint/builder": "~16.0.0",
"@angular-eslint/eslint-plugin": "~16.0.0",
"@angular-eslint/eslint-plugin-template": "~16.0.0",
"@angular-eslint/schematics": "~16.0.0",
"@angular-eslint/template-parser": "~16.0.0",
"@angular/cli": "~16.0.0",
"@angular/compiler-cli": "~16.0.0",
"@angular/language-service": "~16.0.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"eslint": "^8.23.0",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.7.0",
"ng-packagr": "^16.0.1",
"typescript": "~5.0.4"
}
Can you give me the process at the beginning because i couldn't solve the problem. What should I delete and what should I create?
I deleted yarn.lock
file did yarn
after adding devDependencies
After that I added gulpfile and bundles.json in root folder ( where we have package.json file)
bundles.json
{
"styles": [
],
"scripts": []
}
After we publish please try and run
abp clean
& dotnet restore
or build
or run
then it will work.
best,
After we publish please try and run
abp clean
& dotnet restore
or build
or run
then it will work.
best,
Hello icoretchi ,
This issue will be fixed in next release.
Your ticket will be refunded.
Thank you for reporting the issue.
Regards, Anjali
Hello okains,
This issue will be fixed in next release.
Your ticket will be refunded.
Thank you for reporting the issue.
Regards, Anjali
I didn't get this error, how can I reproduce this? can you please try this once
npm cache clean --force
npm install --global gulp-cli
Please refer this link as well https://github.com/oclif/oclif/issues/132
Able to reproduce working on it. Will get back to you asap.
Hello cxp920,
I have tried to do so by following below documentation at my end and its working fine. Could please check once the documentation and also the video link. https://docs.abp.io/en/abp/latest/Module-Development-Basics https://www.youtube.com/watch?v=WVKHfYxezNo
please let me know if it helps you
Thank you, Anjali