Mach30 / m30pm

Mach 30 package manager for m30ml projects
Apache License 2.0
2 stars 1 forks source link

m30pm libraries not found when running m30pm CLI app from compiled binary #48

Open capsulecorplab opened 2 weeks ago

capsulecorplab commented 2 weeks ago

Screenshot from 2024-09-15 11-49-48

j-simmons-phd commented 2 weeks ago

See https://github.com/oclif/oclif/issues/183#issuecomment-1933104981 for fix.

capsulecorplab commented 1 week ago

Actually, this appears to be a completely separate issue; the compiled binaries aren't properly calling the m30pm-lib-common library, as the same error occurs for when trying to create a project Screenshot from 2024-09-24 19-09-13

capsulecorplab commented 1 week ago

Otherwise, the help text appears when called from dev.js or run.js

Screenshot from 2024-09-24 19-14-45

j-simmons-phd commented 1 week ago

Fascinating... Time for more digging into Oclif things, I guess.