We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adjust the backend to work seamlessly with the macOS file system. This involves making specific changes in index.js and addressing potential issues.
index.js
Update execSync Command:
execSync
python3
python
Path Adjustments:
path.join
The text was updated successfully, but these errors were encountered:
done with this too , but do let me know if some thing comes up
Sorry, something went wrong.
No branches or pull requests
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
Update execSync Command:
execSync
command to usepython3
instead ofpython
.Path Adjustments:
path.join
method to ensure compatibility.Tips
Contact
The text was updated successfully, but these errors were encountered: