From 61b0a2b0a8c8a647c82d5782531ce2bb4887d32c Mon Sep 17 00:00:00 2001 From: Martin Hradil Date: Fri, 24 Apr 2020 13:18:29 +0000 Subject: [PATCH] Update node-sass, force newer node-gyp updates node-sass to current version and trying to force our node-gyp to a version supporting python3, hoping it wins over the ^3.* dependency in node-sass. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dae1b0abaf8..55f7aa48bb7 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,8 @@ "jest-cli": "~24.9.0", "js-yaml": "~3.13.1", "ng-annotate-loader": "~0.6.1", - "node-sass": "~4.12.0", + "node-gyp": "~6.1.0", + "node-sass": "~4.14.0", "path-complete-extname": "~0.1.0", "postcss-loader": "~3.0.0", "postcss-smart-import": "~0.6.11",