Commit 94ce8529 by Nick Schonning

Be even more explicit that Node 10 needs 4.9

parent 91973eda
---
name: Bug report
about: If you're having an issue with installing node-sass or the compiled results
look incorrect
---
<!--
Before opening an Install issue:
- Check that the version of node-sass you're trying to install supports your version of Node by looking at the release page for that version https://github.com/sass/node-sass/releases
- If you're running the latest verions of Node, you'll likely need the latest node-sass, we don't backport support to old versions of node-sass
- Read the common workarounds in https://github.com/sass/node-sass/blob/master/TROUBLESHOOTING.md
**When reporting any bug, YOU MUST PROVIDE THE FOLLOWING INFORMATION
or your issue will be closed without discussion**
-->
- NPM version (`npm -v`):
- Node version (`node -v`):
- Node Process (`node -p process.versions`):
- Node Platform (`node -p process.platform`):
- Node architecture (`node -p process.arch`):
- node-sass version (`node -p "require('node-sass').info"`):
- npm node-sass versions (`npm ls node-sass`):
<!--
When encountering a syntax, or compilation issue:
- Please note that we cannot backport fixes to old versions, so ensure that you are running the latest release https://github.com/sass/node-sass/releases
- Search for duplicate or closed issues https://github.com/sass/node-sass/issues?utf8=%E2%9C%93&q=is%3Aissue
- Validate with http://sassmeister.com/ that the code works with Ruby Sass, then open an issue on `LibSass` https://github.com/sass/LibSass/issues/new
Sorry you didn't have the experience you expected.
-->
---
name: Bug report
about: If you're having an issue with installing node-sass or the compiled results
look incorrect
---
<!--
Before opening an Install issue:
- If you're running Node 10, you must be running node-sass 4.9.
- Check that the version of node-sass you're trying to install supports your version of Node by looking at the release page for that version https://github.com/sass/node-sass/releases
- If you're running the latest verions of Node, you'll likely need the latest node-sass, we don't backport support to old versions of node-sass
- Read the common workarounds in https://github.com/sass/node-sass/blob/master/TROUBLESHOOTING.md
**When reporting any bug, YOU MUST PROVIDE THE FOLLOWING INFORMATION
or your issue will be closed without discussion**
-->
- NPM version (`npm -v`):
- Node version (`node -v`):
- Node Process (`node -p process.versions`):
- Node Platform (`node -p process.platform`):
- Node architecture (`node -p process.arch`):
- node-sass version (`node -p "require('node-sass').info"`):
- npm node-sass versions (`npm ls node-sass`):
<!--
When encountering a syntax, or compilation issue:
- Please note that we cannot backport fixes to old versions, so ensure that you are running the latest release https://github.com/sass/node-sass/releases
- Search for duplicate or closed issues https://github.com/sass/node-sass/issues?utf8=%E2%9C%93&q=is%3Aissue
- Validate with http://sassmeister.com/ that the code works with Ruby Sass, then open an issue on `LibSass` https://github.com/sass/LibSass/issues/new
Sorry you didn't have the experience you expected.
-->
---
name: 'Security: Request/Hawk/Hoek is being flagged'
about: We cannot address this till we drop support for Node < 6. Subscribe to 2355
---
See https://github.com/sass/node-sass/issues/2355 for the reason we can't upgrade the Request version that your security scanner is flagging.
---
name: 'Security: Request/Hawk/Hoek is being flagged'
about: We cannot address this till we drop support for Node < 6. Subscribe to 2355
---
See https://github.com/sass/node-sass/issues/2355 for the reason we can't upgrade the Request version that your security scanner is flagging.
---
name: Feature request
about: Suggest an idea for this project
---
<!--
Before you request a feature, please realize this project is a wrapper for
LibSass so we can't add any language features here. If you want to add a feature
to the Sass language, please open an issue on https://github.com/sass/sass/issues/new
If you want a CLI feature, please make sure that it is supported by https://github.com/sass/sass
Thanks for making node-sass better!
-->
---
name: Feature request
about: Suggest an idea for this project
---
<!--
Before you request a feature, please realize this project is a wrapper for
LibSass so we can't add any language features here. If you want to add a feature
to the Sass language, please open an issue on https://github.com/sass/sass/issues/new
If you want a CLI feature, please make sure that it is supported by https://github.com/sass/sass
Thanks for making node-sass better!
-->
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment