It’s only a bug fix version of js-cominit 0.0.1.
Since it’s not been updated for about five years. There is some compatibility issue with latest node.js.
That’s what I will fix. I intend to keep it in maintaining mode and avoid adding any new command.
- Use node.js by default.
- when loading file, detect what API to be used automatically
Place the js-cominit.el somewhere say “~/mylisp/”
(add-to-list 'load-path "~/mylisp/")
(require 'js-comint)
;; if use node.js, we need nice output
(setenv "NODE_NO_READLINE" "1")
Check it’s original documentation on sourceforge.