Skip to content

Commit

Permalink
[tiny] Be verbose in npm CLI options.
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Nov 18, 2016
1 parent c6abb43 commit c24aa58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion withDom.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if (!global.document) {
if (e.message === "Cannot find module 'jsdom'") {
console.error('[enzyme/withDom] Error: missing required module "jsdom"');
console.error('[enzyme/withDom] To fix this you must run:');
console.error('[enzyme/withDom] npm install jsdom -D');
console.error('[enzyme/withDom] npm install jsdom --save-dev');
} else {
console.error('[enzyme withDom] ' + (e.stack || e.message));
}
Expand Down

0 comments on commit c24aa58

Please sign in to comment.