Before opening an issue:
- Read the common workarounds in the TROUBLESHOOTING.md
- Search for duplicate or closed issues
- Validate that it runs with both Ruby Sass and LibSass
- Prepare a reduced test case for any bugs
- Read the contributing guidelines
When reporting an bug, you must provide this information:
- 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:
- Open an issue on
LibSass
. You may link it back here, but any change will be required there, not here
If you delete this text without following it, your issue will be closed.