shanteacontrols / OpenDeck

Software and hardware platform for simpler building of MIDI controllers.
https://shanteacontrols.com
Apache License 2.0
618 stars 53 forks source link

I can't pack the project #222

Closed juanhima1 closed 1 year ago

juanhima1 commented 1 year ago

I have made few changes in the project, mainly translating texts. It works fine using "yarn dev". I open Chrome and I can view my changes in "localhost:3002" I'm trying to package the project with "yarn electron-packager . OpendeckConfigurator --overwrite --platform=win32 --arch=x64" but when I execute OpendeckConfigurator.exe and the window shows nothing. I used CTRL-SHIFT-I to show the problem. I saw that "index.html" couldn't find the file "main.ts". I solved this problem changing "" for "" I have packaged the project again, and still is not working. This time. the error showed in the window of the OpenDescConfigurator refering to the "main.ts", is: "Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "video/vnd.dlna.mpeg-tts". Strict MIME type checking is enforced for module scripts per HTML spec."

I haven't made changes in files like "main.js", "main.ts", "tsconfig.json", "package.json". To be sure, I downloaded 202306291358 again. I tried to package and the result was the same. I had to correct "index.html" and finally I get the same problem as I told above.

I'm sure that I'm doing something wrong but I have no idea what.

Any suggestions? Thanks

paradajz commented 1 year ago

wrong repository

juanhima1 commented 1 year ago

I don't know what you mean.... Where is the right repository? I have tested several repositories and the result is the same that I have explained above.

Thanks