I'm trying to setup babel on Ubuntu 14.04 but it doesn't seem to be working!
Here are some outputs that may be required:
$ which node
/usr/sbin/node
$ which nodejs
/usr/bin/nodejs
$ which babel
/usr/local/bin/babel
$ which babel-node
/usr/local/bin/babel-node
When I execute babel
or babel-node
the prompt just returns. The same happens on executing the commands with a filename as argument. (The file has just console.log("hello")
.
How do I fix this?