Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/remark/cli.js')
-rw-r--r--tools/eslint/node_modules/remark/cli.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/eslint/node_modules/remark/cli.js b/tools/eslint/node_modules/remark/cli.js
new file mode 100644
index 00000000000..e128e1b5a53
--- /dev/null
+++ b/tools/eslint/node_modules/remark/cli.js
@@ -0,0 +1,11 @@
+#!/usr/bin/env node
+console.error([
+ 'Whoops, `remark` is mistakenly installed instead of `remark-cli`',
+ '',
+ ' npm uninstall remark',
+ ' npm install remark-cli',
+ '',
+ 'See https://git.io/vonyG for more information.'
+].join('\n'));
+
+process.exit(1);