From e62e110c43456131309e5f26d84b1c7ed7407f5c Mon Sep 17 00:00:00 2001 From: Marco Vanali Date: Sat, 14 Jan 2023 13:43:44 +0000 Subject: [PATCH] Fix error while yarn installing The new version brings no error and I can continue working on my extention --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d9dc83..69d7e1c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "html-webpack-plugin": "^4.0.0-beta.11", "isomorphic-fetch": "^3.0.0", "jest": "^24.9.0", - "node-sass": "^4.13.0", + "node-sass": "^6.0.0", "regenerator-runtime": "^0.13.3", "sass-loader": "^7.3.1", "style-loader": "^0.21.0",