ERROR in ./node_modules/css-loader?

后端 未结 8 1566
一生所求
一生所求 2021-02-03 22:14

I was trying to run an angular project in windows 10. It is the same project that I am doing in Ubuntu. When I clone the repository and install all the node packages I encounter

8条回答
  •  北恋
    北恋 (楼主)
    2021-02-03 23:01

    you have to update your node.js and angular/cli.If you update these two things then your project has angular.json file instead of angular-cli.json file.Then add css file into angular.json file.If you add css file into angular-cli.json file instead of angular.json file,then errors are occured.

提交回复
热议问题