Skip to main content
correct path to babel command needed a period and 5 other characters to meet edit length requirement
Source Link

This is common issue and its looking for .cmd file from your root directory where you installed babel-cli. Try the below command.

./node_modules/.bin/babel.cmd

onceOnce you are able to see your source code in the command prompt. Your next step is to install one more npm module babel-preset-es2015.

Follow the below answer to install babel-preset-es2015 and see why babel need this. http://stackoverflow.com/a/33440848/5696335

babel-file-is-copied-without-being-transformed

This is common issue and its looking for .cmd file from your root directory where you installed babel-cli. Try the below command.

./node_modules/bin/babel.cmd

once you are able to see your source code in the command prompt. Your next step is to install one more npm module babel-preset-es2015.

Follow the below answer to install babel-preset-es2015 and see why babel need this. http://stackoverflow.com/a/33440848/5696335

This is common issue and its looking for .cmd file from your root directory where you installed babel-cli. Try the below command.

./node_modules/.bin/babel.cmd

Once you are able to see your source code in the command prompt. Your next step is to install one more npm module babel-preset-es2015.

Follow the below answer to install babel-preset-es2015 and see why babel need this.

babel-file-is-copied-without-being-transformed

Source Link
Alamelu Venkat
  • 471
  • 1
  • 4
  • 15

This is common issue and its looking for .cmd file from your root directory where you installed babel-cli. Try the below command.

./node_modules/bin/babel.cmd

once you are able to see your source code in the command prompt. Your next step is to install one more npm module babel-preset-es2015.

Follow the below answer to install babel-preset-es2015 and see why babel need this. http://stackoverflow.com/a/33440848/5696335