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
I made a very simple program that presses the 'delete' key when I play a certain MIDI-note on my instrument, for a personal application. I built the program with pkg (https://github.com/vercel/pkg) but it won't work because it can't find the jar. Error: Unable to access jarfile C:\snapshot\midiDelete\node_modules\node-key-sender\jar\key-sender.jar
where midiDelete is the name of my repository. This is the output I get when I run the .exe after building it with pkg.
Any ideas how to fix this?
The text was updated successfully, but these errors were encountered:
I found a workaround to this problem by simply creating the actual path as mentioned above and putting the jar-file there. So it's not packaged with the executable as I'd prefer, but at least it works for now.
I made a very simple program that presses the 'delete' key when I play a certain MIDI-note on my instrument, for a personal application. I built the program with pkg (https://github.com/vercel/pkg) but it won't work because it can't find the jar.
Error: Unable to access jarfile C:\snapshot\midiDelete\node_modules\node-key-sender\jar\key-sender.jar
where midiDelete is the name of my repository. This is the output I get when I run the
.exe
after building it with pkg.Any ideas how to fix this?
The text was updated successfully, but these errors were encountered: