Scroll to navigation

BABEL-NODE.JS(1) User Commands BABEL-NODE.JS(1)

NAME

babel-node.js - CLI that works exactly the same as the Node.js CLI, with the added benefit of compiling with Babel presets and plugins before running it

SYNOPSIS

babel-node [options] [ -e script | script.js ] [arguments]

OPTIONS

Evaluate script
Specify whether or not to use .babelrc and .babelignore files
Require module
Evaluate script and print result
A comma-separated list of glob patterns to compile
A comma-separated list of glob patterns to skip compiling
List of extensions to hook into [.es6,.js,.es,.jsx,.mjs]
Path to the babel config file to use. Defaults to working directory babel.config.js
The name of the 'env' to use when loading configs and plugins. Defaults to the value of BABEL_ENV, or else NODE_ENV, or else 'development'.
The project-root resolution mode. One of 'root' (the default), 'upward', or 'upward-optional'.

-w, --plugins [string]

-b, --presets [string]

output the version number
display help for command
August 2022 babel-node.js 7.18.13+~cs214.250.184