Skip to content

Commit 2ef5fb8

Browse files
authored
doc: Rename and update Common-issues.md --> docs/README.md (#2567)
Update the common problems to track with current issues on this repo and shorten the URL to just https://github.com/nodejs/node-gyp/tree/master/docs
1 parent c2a1850 commit 2ef5fb8

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

docs/Common-issues.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Versions of `node-gyp` that are earlier than v8.x.x
2+
3+
Please look thru your error log for the string `gyp info using node-gyp@` and if that version number is less than the [current release of node-gyp](https://github.com/nodejs/node-gyp/releases) then __please upgrade__ using [these instructions](https://github.com/nodejs/node-gyp/blob/master/docs/Updating-npm-bundled-node-gyp.md) and then try your command again.
4+
5+
## `node-sass` is deprecated
6+
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.
8+
9+
## Issues finding the installed Visual Studio
10+
11+
In cmd, [`npm config set msvs_version 20xx`](https://github.com/nodejs/node-gyp#on-windows) with ___xx___ matching your locally installed version of Visual Studio.

0 commit comments

Comments
 (0)