✅ how can i install node.js module in visual studio community app
helloo,I want another .bat application to open when I press the button on my form in visual studio community application, but when I press the button, it says Node.js module not found, how can I add this module to my visual studio community form?
7 Replies
$details
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, what you expect the result to be, what .NET version you are using and what platform/environment (if any) are relevant to your question. Upload code here https://paste.mod.gg/, save, and copy the link into chat for others to see your shared code! (see $code for more information on how to paste your code)
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
I have a consol application that I prepared from visual studio code application and I want that application to open when I press the button on the form I made from visual studio community. Since my consol application is created with Node.js modules, when I open this application from visual studio community, I get the MODULE_NOT_FOUND error because those modules are not installed. but when I open the consol application manually, I do not get this error, I only get this error when I press the button in visual studio comm.
The code I made to open my consol application in the vs community application is as follows
Process.Start("C:\\Users\\Safa Karaman\\source\\repos\\bomboclad\\bomboclad\\Premium SMS\\start.bat");
you still aren't giving enough detail as it sounds like the error is coming from the random batch file you are attempting to run
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
If you have no further questions, please use /close to mark the forum thread as answered