fix(npm-i-issue): remove node-sass pacakage

Angular already has @angular-devkit/build-angular in package.json has already sass-loader as an depndendency in package-lock.json and node-sass is not required and it is giving errors
describing requirement of python2 package
This commit is contained in:
bhavyasf 2022-07-07 12:54:19 +05:30
parent fd95769478
commit 1f4008b908

View file

@ -62,7 +62,6 @@
"ng2-completer": "^9.0.1", "ng2-completer": "^9.0.1",
"ng2-smart-table": "^1.6.0", "ng2-smart-table": "^1.6.0",
"ngx-echarts": "^4.2.2", "ngx-echarts": "^4.2.2",
"node-sass": "^4.14.1",
"normalize.css": "6.0.0", "normalize.css": "6.0.0",
"pace-js": "1.0.2", "pace-js": "1.0.2",
"roboto-fontface": "0.8.0", "roboto-fontface": "0.8.0",