🌐
Babel
babeljs.io › @babel/cli
@babel/cli · Babel
Babel comes with a built-in CLI which can be used to compile files from the command line.
🌐
npm
npmjs.com › package › @babel › cli
@babel/cli - npm
3 weeks ago - Babel command line.. Latest version: 8.0.1, last published: 8 days ago. Start using @babel/cli in your project by running `npm i @babel/cli`. There are 5183 other projects in the npm registry using @babel/cli.
      » npm install @babel/cli
    
Published   Jun 17, 2026
Version   8.0.1
🌐
GitHub
github.com › babel › babel › blob › main › packages › babel-cli › package.json
babel/packages/babel-cli/package.json at main · babel/babel
🐠 Babel is a compiler for writing next generation JavaScript. - babel/packages/babel-cli/package.json at main · babel/babel
Author   babel
JavaScript compiler that compiles ES2015+ code into backwards compatible JavaScript for older versions of browsers
Babel is a free and open-source JavaScript transcompiler that is mainly used to convert ECMAScript 2015+ (ES6+) code into backwards-compatible JavaScript code that can be run by older JavaScript engines. It allows … Wikipedia
Factsheet
Original author Sebastian McKenzie
Developer Contributors
Release September 28, 2014; 11 years ago (2014-09-28)
Original author Sebastian McKenzie
Developer Contributors
Release September 28, 2014; 11 years ago (2014-09-28)
🌐
Babel
babeljs.io
Babel
Learn more about Babel with our getting started guide or check out some videos on the people and concepts behind it.
🌐
Snyk
security.snyk.io › package › npm › @babel › cli
babel/cli
Detailed information and remediation guidance for vulnerabilities.
Find elsewhere
🌐
jsDelivr
jsdelivr.com › package › npm › babel-cli
babel-cli CDN by jsDelivr - A CDN for npm and GitHub
October 15, 2017 - A free, fast, and reliable CDN for babel-cli. Babel command line.
🌐
Cloudsmith
cloudsmith.com › navigator › npm › babel-cli
babel-cli (6.26.0) - npm Package Quality | Cloudsmith Navigator
Learn all about the quality, security, and current maintenance status of babel-cli using Cloudsmith Navigator
🌐
Expo Documentation
docs.expo.dev › more › expo cli
Expo CLI - Expo Documentation
2 days ago - Sometimes you may want to customize a project file that would otherwise be generated in memory by Expo CLI. When utilizing tools other than Expo CLI, you'll need to have the default config files present, otherwise your app may not work as expected. You can generate files by running: ... babel.config.js — The Babel configuration.
🌐
Xeol
xeol.io › explorer › package › npm › babel-cli
babel-cli - npm EOL Analysis | Xeol
The latest version of babel-cli was released on Oct 15, 2017, and it is not deprecated.
🌐
Arch Linux ARM
archlinuxarm.org › packages › aarch64 › babel-cli
babel-cli (aarch64) | Packages | Arch Linux ARM
Copyright ©2009-2026 Arch Linux ARM The registered trademark Linux® is used pursuant to a sublicense from LMI, the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis. The Arch Linux™ name and logo are used under permission of the Arch Linux Project Lead
🌐
npm
npmjs.com › package › babel-cli
babel-cli - npm
August 16, 2017 - Babel command line.. Latest version: 6.26.0, last published: 8 years ago. Start using babel-cli in your project by running `npm i babel-cli`. There are 4580 other projects in the npm registry using babel-cli.
      » npm install babel-cli
    
Published   Aug 16, 2017
Version   6.26.0
Author   Sebastian McKenzie
🌐
Vue CLI
cli.vuejs.org › core-plugins › babel
@vue/cli-plugin-babel | Vue CLI
Uses Babel 7 + babel-loader + @vue/babel-preset-app by default, but can be configured via babel.config.js to use any other Babel presets or plugins.
🌐
React Native
reactnative.dev › docs › getting-started-without-a-framework
Get Started Without a Framework · React Native
May 7, 2026 - If you're familiar with web development, Metro is similar to bundlers such as Vite and webpack, but is designed end-to-end for React Native. For instance, Metro uses Babel to transform syntax such as JSX into executable JavaScript.
🌐
GitHub
gist.github.com › ugultopu › e1949b60bfcd86df782dd16ae51caf05
Why does installing Babel CLI with NPM works, but not when installing with Yarn?.md · GitHub
You have mistakenly installed the `babel` package, which is a no-op in Babel 6. Babel's CLI commands have been moved from the `babel` package to the `babel-cli` package.