We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35320c2 commit 9b58009Copy full SHA for 9b58009
bin/preinstall.js
@@ -11,7 +11,10 @@ if (package.devDependencies['bourbon-neat'] !== '~1.9') {
11
// grid system and might be more of a liability than an old release of Neat.
12
// See: https://github.com/readthedocs/sphinx_rtd_theme/pull/771
13
console.error(
14
- 'bourbon-neat 1.9 is required, Wyrm is not compatible with Neat 2.0+'
+ 'bourbon-neat 1.9 is required, Wyrm is not compatible with Neat 2.0+.'
15
+ );
16
+ console.error(
17
+ 'The expected selector for the bourbon-neat dependency in package.json is "~1.9".'
18
);
19
process.exit(1);
20
}
0 commit comments