Quote:
Originally Posted by moooby
It sounds like you are running node.
If your run the 'node' command in your shell it will run node's own environment. You can't call NPM from in here.
Type '.exit' and this will exit node and go back to your shell. Now you can run npm.
Once that's done, you have to run 'node main' to start the script.
|
Quote:
Originally Posted by Damianonymous
Open notepad. Enter the code given below and save it in the application folder as a .bat file (run.bat, runCapture.bat, etc.). Click on the script that will launch the node.
Code:
Code:
pushd %cd%
node main
|
Thanks moooby and Damianonymous for the help tips, after several attempts and research, I finally got the mfc-node working!
