UNPKG

264 BJavaScriptView Raw
1#!/usr/bin/env node
2console.error([
3 'Whoops, `remark` is mistakenly installed instead of `remark-cli`',
4 '',
5 ' npm uninstall remark',
6 ' npm install remark-cli',
7 '',
8 'See https://git.io/vonyG for more information.'
9].join('\n'));
10
11process.exit(1);