From 1f4008b908d0573448ee5f4afa5256999655345d Mon Sep 17 00:00:00 2001 From: bhavyasf <37434313+bhavyasf@users.noreply.github.com> Date: Thu, 7 Jul 2022 12:54:19 +0530 Subject: [PATCH] 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 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index a3c11fe57b..eb1c3786a4 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,6 @@ "ng2-completer": "^9.0.1", "ng2-smart-table": "^1.6.0", "ngx-echarts": "^4.2.2", - "node-sass": "^4.14.1", "normalize.css": "6.0.0", "pace-js": "1.0.2", "roboto-fontface": "0.8.0",