You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ISSUE_TEMPLATE.md: Instructions for old versions (#2470)
* ISSUE_TEMPLATE.md: Instructions for old versions
Also, add a caution about `node sass` being deprecated.
* Update .github/ISSUE_TEMPLATE.md
Co-authored-by: Rod Vagg <[email protected]>
Co-authored-by: Rod Vagg <[email protected]>
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,10 @@ provide the basic information we require.
13
13
14
14
-->
15
15
16
+
Please look thru your error log for the string `gyp info using node-gyp@` and if the version number is less than the [current release of node-gyp](https://github.com/nodejs/node-gyp/releases) then __please upgrade__ using the instructions at https://github.com/nodejs/node-gyp/blob/master/docs/Updating-npm-bundled-node-gyp.md and try your command again.
17
+
18
+
Requests for help with [`node-sass` are very common](https://github.com/nodejs/node-gyp/issues?q=label%3A%22Node+Sass+--%3E+Dart+Sass%22). Please be aware that this package is deprecated, you should seek alternatives and avoid opening new issues about it here.
19
+
16
20
***Node Version**: <!-- `node -v` and `npm -v` -->
0 commit comments