“You seem to not be depending on ”@angular/core“.”

后端 未结 10 1559
执念已碎
执念已碎 2020-12-24 11:05

When I try to build my project running the following command:

ng build --environment=prod --aot=false  --output-pa         


        
10条回答
  •  遥遥无期
    2020-12-24 11:22

    Stupid fix

    Removing node_modules and installing the packages again npm i or yarn worked for me!

提交回复
热议问题