Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend Compatibility with Mac File System #2

Closed
Vikleoboy opened this issue Jun 22, 2024 · 1 comment
Closed

Backend Compatibility with Mac File System #2

Vikleoboy opened this issue Jun 22, 2024 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Vikleoboy
Copy link
Owner

Vikleoboy commented Jun 22, 2024

Backend Compatibility with Mac File System

Summary

Adjust the backend to work seamlessly with the macOS file system. This involves making specific changes in index.js and addressing potential issues.

Steps

  1. Update execSync Command:

    • Change the execSync command to use python3 instead of python.
  2. Path Adjustments:

    • Debug through errors and resolve them.
    • For instance, replace hardcoded paths with the path.join method to ensure compatibility.

Tips

  • Be aware of hidden files or folders that macOS creates in every directory. These can cause issues when looping through files.
  • Test the code thoroughly on a Mac system to identify and fix any additional issues.

Contact

  • Please DM on Discord or discuss on the server if you are working on this issue.
@Vikleoboy Vikleoboy added help wanted Extra attention is needed good first issue Good for newcomers labels Jun 22, 2024
@Vikleoboy Vikleoboy changed the title Insure Mac os Compatibility Backend Compatibility with Mac File System Jun 24, 2024
@Vikleoboy
Copy link
Owner Author

done with this too , but do let me know if some thing comes up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant