0
SorenRomer created
Prerequisites
- What is your product version? V11.0.0
- What is your product type (Angular or MVC)? Angular
- What is product framework type (.net framework or .net core)? .Net 6
If issue is about UI
I get this error message when I run npm run publish after I have updated to ANZ V11 from 10.5.0
If I upgrade Angular manually to 13.2.2 (latest) I get this error:
Is there any way I can get more details on this error?
3 Answer(s)
-
0
I found the issue to be in one of the imported css files
-
0
Hi @SorenRomer
It seems like you are not able to download NPM packages. Could you try like this;
- remove node_modules folder
- remove packages-lock.json if exists in angular folder
- install packages using yarn and start your project again.
Thanks.
-
0