Skip to content

Commit 45a0c3d

Browse files
author
James Fuqian
committed
fix client compiling error - replace node-sass w sass.
1 parent 178d58d commit 45a0c3d

2 files changed

Lines changed: 71 additions & 440 deletions

File tree

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"@types/react-dom": "^17.0.0",
1515
"axios": "^0.21.2",
1616
"http-proxy-middleware": "^1.3.1",
17-
"node-sass": "^7.0.0",
1817
"react": "^17.0.2",
1918
"react-dom": "^17.0.2",
2019
"react-router-dom": "^5.2.0",
2120
"react-scripts": "4.0.3",
21+
"sass": "^1.49.7",
2222
"typescript": "^4.1.2",
2323
"web-vitals": "^1.0.1"
2424
},

0 commit comments

Comments
 (0)