0
1
I'm using Atom text editor in my Ubuntu 16.04, however I can't run any JavaScript code in it.
Even from terminal I get the following error:
Unable to run node. Did you start Atom from the command line?
atom .
Is it in your PATH?
PATH:/home/gangov/bin:/home/gangov/.local/bin:/home/gangov/bin:/home/gangov/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin
I really can't tell what's going on, and I will appreciate your help.
You need to install atom cli command to start from terminal. – randominstanceOfLivingThing – 2016-11-17T18:01:05.040
1
Possible duplicate of Open Atom editor from command line
– randominstanceOfLivingThing – 2016-11-17T18:01:34.657@randominstanceOfLivingThing Atom runs js natively "out of the box" when started the usual way by clicking the Atom icon without installing any other packages including atom cli command. – karel – 2017-05-13T22:54:53.110