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
We are creating gulfile and we can add cleanups or whatever we want to execute I have done it before I will share that with you. 1 package.json
"devDependencies": {
"gulp": "^4.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-less": "^5.0.0",
"gulp-postcss": "^9.0.1",
"gulp-uglify": "^3.0.2",
}
after ading this in devDependencies delete yarn.lock
file and do yarn
2 gulpfile gulpfile.js shared 3 bundles.json
{
"styles": [
{
"output": "src/assets/metronic/themes/default/css/style.bundle.min.css",
"input": [
"src/assets/metronic/themes/default/css/style.bundle.css"
]
} // we can add input outputs like this the operation we wrote in gulpfile.js
],
"scripts": []
}
Can you please share me package.json
file.
Do you have gulpfile.js
in root folder ? This error mainly shows when you don't have gulpfile.
Hello smansuri
Can you please share your app.module.ts
& package.json
so that I can reproduce the same issue.
Mostly this error occurs when we don't add any service file in module file providers array. You can do one this in angular.json
file if you make "sourceMap": true,
in configurations with this you can check some more details of error.
I am not able to reproduce please guide me if possible.
Thank you
Hi Anjali,
It's not working as well. Actually the same error appier if you will generate a new project based on a microservice template with Blazor WASM by abp suite v7.4.0.
Cheers, Iulian
let me check and get back to you