kudurmuş
kudurmuş
CC#
Created by kudurmuş on 10/3/2024 in #help
✅ how can i install node.js module in visual studio community app
Process.Start("C:\\Users\\Safa Karaman\\source\\repos\\bomboclad\\bomboclad\\Premium SMS\\start.bat");
11 replies
CC#
Created by kudurmuş on 10/3/2024 in #help
✅ how can i install node.js module in visual studio community app
The code I made to open my consol application in the vs community application is as follows
11 replies
CC#
Created by kudurmuş on 10/3/2024 in #help
✅ how can i install node.js module in visual studio community app
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.
11 replies