I'm trying to get the node console integrated into Notepad++ with the NppExec plugin following this tutorial as a reference (I know it's bad, but there are no other useful tutorials like it).
At around 22 seconds, he opens the plugin's "Execute..." command box and puts in his stuff, but the drop down menu has node included for him, but not for me. It's not on the list, even though node.js is installed.
I tried moving the node directory into the same directory as the notepad++ installation, that didn't work. I'm not sure how to continue. It seems everyone else is using atom to work with, but i'd like to stick with what i'm familiar with.
His tutorial helped me a lot - thanks! His video had node there because he had previously saved it but everyone else needs to create it! In that window you simply need to type in the commands he has there:
then press save and name it node, after which it will appear in that select box. You never actually need to select it from the select box unless you wish to edit it in the future - just continue with the rest of the tutorial.