no org-babel-execute function for javascript in emacs org-babel

Viewed 3112

I have added the following code to my init file. But I still get the error.

(org-babel-do-load-languages
      'org-babel-load-languages
      '((js . t)))

I noticed in Babel supported Languages, it says javascript requires node.js. So I download node.js and added the folder to my Environment PATH. However, I got the same error.

So how could I run javascript in org-babel?

1 Answers
Related