From d3716d1e8d75a136d77b083380701225aed0f5eb Mon Sep 17 00:00:00 2001 From: LOLCATATONIA <100127944+LOLCATATONIA@users.noreply.github.com> Date: Mon, 4 Apr 2022 13:25:27 +0200 Subject: [PATCH] replace node-sass with sass this solves a build time error: "Error: Node Sass version 7.0.0 is incompatible with ^4.0.0." --- samples/vuejs-todo-single-file-component/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/vuejs-todo-single-file-component/package.json b/samples/vuejs-todo-single-file-component/package.json index c50dd0399..e02ca50d6 100644 --- a/samples/vuejs-todo-single-file-component/package.json +++ b/samples/vuejs-todo-single-file-component/package.json @@ -32,7 +32,7 @@ "ajv": "~6.12.3", "css-loader": "^3.5.3", "gulp": "~3.9.1", - "node-sass": "~7.0.0", + "sass": "^1.49.11", "sass-loader": "~8.0.2", "tslint-microsoft-contrib": "5.0.0", "vue-loader": "^15.9.1",