From 81aca00005bec1c155ab60c46a10635eb57dcfea Mon Sep 17 00:00:00 2001 From: SirSkeleto Date: Sun, 26 Feb 2023 06:53:07 -0500 Subject: [PATCH] removed deprecated package was causing errors on my machine due to it forcing node to use an outdated version of gyp which didn't support the win11 sdk. it's redundant with sass anyway so it should be fine just to remove it :) --- client/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/client/package.json b/client/package.json index f40bec2..00219e9 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,6 @@ "@sveltejs/vite-plugin-svelte": "^1.0.1", "@tsconfig/svelte": "^3.0.0", "axios": "^0.27.2", - "node-sass": "^7.0.1", "sass": "^1.53.0", "svelte": "^3.49.0", "svelte-check": "^2.8.0",