mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
react app
This commit is contained in:
10
react-app/node_modules/babel/cli.js
generated
vendored
Executable file
10
react-app/node_modules/babel/cli.js
generated
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
console.error("You have mistakenly installed the `babel` package, which is a no-op in Babel 6.\n" +
|
||||
"Babel's CLI commands have been moved from the `babel` package to the `babel-cli` package.\n" +
|
||||
"\n" +
|
||||
" npm uninstall babel\n" +
|
||||
" npm install babel-cli\n" +
|
||||
"\n" +
|
||||
"See http://babeljs.io/docs/usage/cli/ for setup instructions.");
|
||||
process.exit(1);
|
Reference in New Issue
Block a user