Skip to content

Commit 41882a9

Browse files
authored
Improved advise on repacing node-sass with sass (#2758)
* Improved advise on repacing node-sass with sass * Update README.md
1 parent fc0ddc6 commit 41882a9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ Please look thru your error log for the string `gyp info using node-gyp@` and if
44

55
## `node-sass` is deprecated
66

7-
Please be aware that the package [`node-sass` is deprecated](https://github.com/sass/node-sass#node-sass) so you should actively seek alternatives. Please avoid opening new `node-sass` issues on this repo. You can try `npm install --global node-sass@latest` but we [cannot help much](https://github.com/nodejs/node-gyp/issues?q=is%3Aissue+label%3A%22Node+Sass+--%3E+Dart+Sass%22+) here.
7+
Please be aware that the package [`node-sass` is deprecated](https://github.com/sass/node-sass#node-sass) so you should actively seek alternatives. You can try:
8+
```
9+
npm uninstall node-sass
10+
npm install sass --save
11+
# or ...
12+
npm install --global node-sass@latest
13+
```
14+
But in any case, please avoid opening new `node-sass` issues on this repo because we [cannot help much](https://github.com/nodejs/node-gyp/issues?q=is%3Aissue+label%3A%22Node+Sass+--%3E+Dart+Sass%22+).
815

916
## Issues finding the installed Visual Studio
1017

0 commit comments

Comments
 (0)