Base solution for your next web application
Open Closed

[RESOLVED] Angular build and publish issues after updating to V11 #10900


User avatar
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)
  • User Avatar
    0
    SorenRomer created

    I found the issue to be in one of the imported css files

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @SorenRomer

    It seems like you are not able to download NPM packages. Could you try like this;

    1. remove node_modules folder
    2. remove packages-lock.json if exists in angular folder
    3. install packages using yarn and start your project again.

    Thanks.

  • User Avatar
    0
    palco.ps created

    i try to run angular project in last code version, i tried with "npm install -g yarn " but nothing change , any help ?