mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
Improved advise on repacing node-sass with sass (#2758)
* Improved advise on repacing node-sass with sass * Update README.md
This commit is contained in:
parent
fc0ddc6523
commit
41882a975b
1 changed files with 8 additions and 1 deletions
|
@ -4,7 +4,14 @@ Please look thru your error log for the string `gyp info using node-gyp@` and if
|
|||
|
||||
## `node-sass` is deprecated
|
||||
|
||||
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.
|
||||
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:
|
||||
```
|
||||
npm uninstall node-sass
|
||||
npm install sass --save
|
||||
# or ...
|
||||
npm install --global node-sass@latest
|
||||
```
|
||||
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+).
|
||||
|
||||
## Issues finding the installed Visual Studio
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue