Kannav02 / DialectMorph

MIT License
1 stars 1 forks source link

Issue when calling command "dialectMorph" #2

Closed brokoli777 closed 4 days ago

brokoli777 commented 5 days ago

Screenshot 2024-09-12 at 3 10 43 PM

When calling dialectMorph, the application doesn't seem to run but when I directly run index.ts, the application run properly.

Screenshot 2024-09-12 at 3 12 21 PM

brokoli777 commented 5 days ago

I believe it is related to this issue

Kannav02 commented 4 days ago

Thank you for raising this issue , I replicated the same issue on a VM as can be seen in the image below

Image 1 Screenshot 2024-09-12 at 5 13 00 PM

on replicating I found that the issue was arising because I hadn't given the instruction to build the file before running bun link

so to make the binary runnable , try to run the following command before using any of the link scripts

bun run build

the PR #5 closes this issue , thank you for pointing this issue out