You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My question is, I know that it is not possible to use the application with a file generated by Electron Builder Asar, but even in the files generated by the builder, the regular NPM and Yarn commands work, is it possible to install the NPM command line program into the program itself to run the code on any machine using vbs?
The text was updated successfully, but these errors were encountered:
Ultimately, I plan to write a VBS file with the code to hide the console window after it has been completed with "yarn make", or "npm run make", and put these files into an MSIX installation file for the Microsoft Store. Unfortunately, this approach only works on the computer on which I have already installed Yarn & NPM.
My question is, I know that it is not possible to use the application with a file generated by Electron Builder Asar, but even in the files generated by the builder, the regular NPM and Yarn commands work, is it possible to install the NPM command line program into the program itself to run the code on any machine using vbs?
The text was updated successfully, but these errors were encountered: