Commit 94ce8529 by Nick Schonning

Be even more explicit that Node 10 needs 4.9

parent 91973eda
--- ---
name: Bug report name: Bug report
about: If you're having an issue with installing node-sass or the compiled results about: If you're having an issue with installing node-sass or the compiled results
look incorrect look incorrect
--- ---
<!-- <!--
Before opening an Install issue: 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 Node 10, you must be running node-sass 4.9.
- 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 - 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
- Read the common workarounds in https://github.com/sass/node-sass/blob/master/TROUBLESHOOTING.md - 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** **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`): - NPM version (`npm -v`):
- Node Process (`node -p process.versions`): - Node version (`node -v`):
- Node Platform (`node -p process.platform`): - Node Process (`node -p process.versions`):
- Node architecture (`node -p process.arch`): - Node Platform (`node -p process.platform`):
- node-sass version (`node -p "require('node-sass').info"`): - Node architecture (`node -p process.arch`):
- npm node-sass versions (`npm ls node-sass`): - node-sass version (`node -p "require('node-sass').info"`):
- npm node-sass versions (`npm ls node-sass`):
<!--
<!--
When encountering a syntax, or compilation issue:
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 - 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
- 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 - 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.
Sorry you didn't have the experience you expected.
-->
-->
--- ---
name: 'Security: Request/Hawk/Hoek is being flagged' name: 'Security: Request/Hawk/Hoek is being flagged'
about: We cannot address this till we drop support for Node < 6. Subscribe to 2355 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. 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 name: Feature request
about: Suggest an idea for this project about: Suggest an idea for this project
--- ---
<!-- <!--
Before you request a feature, please realize this project is a wrapper for 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 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 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 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! 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