anakrusis / SMBMusEdit

Music editor for Super Mario Bros. on NES
4 stars 3 forks source link

error while running in vs code #5

Open sapphy-yt opened 1 year ago

sapphy-yt commented 1 year ago

So I'm pretty sure I've installed everything correctly, but after continuous trail and error, VS Code just says this:

Process exited with code 1
Uncaught Error Error: Cannot find module '/home/alex/Desktop/SMBMusEdit/src/main.lua'
    at Module._resolveFilename (internal/modules/cjs/loader:1077:15)
    at Module._load (internal/modules/cjs/loader:922:27)
    at executeUserEntryPoint (internal/modules/run_main:81:12)
    at <anonymous> (internal/main/run_main_module:23:47)

It also says that no debugger is available, even though I'm sure I installed the right debug extension. No debugger available, can not send 'variables'

Am I doing something wrong?