Point devs to cli docs instead of installing
https://github.com/babel/babel.github.io/issues/650
This commit is contained in:
parent
c5f504b865
commit
dbc85cff69
@ -1,7 +1,4 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
console.error("The CLI has been moved into the package `babel-cli`.");
|
||||
console.log();
|
||||
console.log("$ npm install -g babel-cli");
|
||||
console.log();
|
||||
console.error("The CLI has been moved into the package `babel-cli`. See http://babeljs.io/docs/usage/cli/");
|
||||
process.exit(1);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user