ERROR in ./node_modules/css-loader?

后端 未结 8 1572
一生所求
一生所求 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 22:53

    My case:

    Missing node-sass in package.json

    Solution:

    1. npm i --save node-sass@latest
    2. remove node-modules folder
    3. npm i
    4. check "@angular-devkit/build-angular": "^0.901.0" version in package.json

提交回复
热议问题