Link to home
Start Free TrialLog in
Avatar of James Hancock
James HancockFlag for United States of America

asked on

Atom editor for javascript. Nightmares trying to get it to work!

Hi
I'm trying to get javascript to run in Atom Editor,
bu there is no compile or run button / menu Item

I have the following packages installed... (83 !) of them.
script 3.18.1
script-runner 2.3.1

dozens of others to get this one working
Should there be a compile/run menu item / button?
Thanks
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Brandon Lyon
Brandon Lyon

Javascript doesn't usually need to compile unless you're using typescript, and it doesn't usually need to be told to run (that's done by whatever app is calling the javascript functions). What are you trying to achieve? Can you provide a little more detail?
Avatar of James Hancock

ASKER

Thanks