nodejs-repl.el
nodejs-repl.el copied to clipboard
Run Node.js REPL and communicate with the process
Emacs version: 27.1 nodejs-repl version: 0.2.4 Node version: 14.10.1 Steps to reproduce: 1. Open any .js file 2. Execute M-x nodejs-repl 3. digit any expression on the repl (e.g. 5...
Currently, I see a message in the repl saying: ``` .editor // Entering editor mode (^D to finish, ^C to cancel) console.log(1+4); 5 undefined .>. ``` Q1. How do I...
Ifhtere's no nvm-which present, then the `nvm-which` funciton in the docs fails. I was able to fix it with: ```lisp (defun nvm-which () (let ((output (shell-command-to-string "source ~/.nvm/nvm.sh; nvm which")))...
Hello! Thanks for this nice package first of all :smile: I know this is not really supported but it would be great to have `typescript` Repl. I am still considering...