Installs @babel/cli globally
<TODO: Add quote>
— <TODO: Add source>
// devcontainer.json
"features": {
"ghcr.io/devcontainers-community/features/babel-cli:1": {}
}You can pin a specific version of the npm package like this:
// devcontainer.json
"features": {
"ghcr.io/devcontainers-community/features/babel-cli:1": {
"version": "1.2.3"
}
}