Skip to content

Commit 9b58009

Browse files
committed
Add a bit more error logging to preinstall check
1 parent 35320c2 commit 9b58009

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bin/preinstall.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ if (package.devDependencies['bourbon-neat'] !== '~1.9') {
1111
// grid system and might be more of a liability than an old release of Neat.
1212
// See: https://github.com/readthedocs/sphinx_rtd_theme/pull/771
1313
console.error(
14-
'bourbon-neat 1.9 is required, Wyrm is not compatible with Neat 2.0+'
14+
'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".'
1518
);
1619
process.exit(1);
1720
}

0 commit comments

Comments
 (0)