You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project has been my first (and second, third and fourth) foray into node.js, and everything about it is clear as mud (especially the error messages). But I have an old ios backup that most other utilities completely fail and only one or two can pull limited information, so I have kept coming back to iphonebackuptools.
Long story short:
install nvm;
use nvm to install node;
sudo apt install python-is-python3; and finally
use npm to install iphonebackuptools per instructions.
That's it! For whatever reason, the error message simply wasn't clicking in my head that this was yet another example of the python/python3 issue, but once it did and I installed the old standby python-is-python3, it was a smooth process.
Not really an issue, but I wanted to make sure that other node neophytes see it.
The text was updated successfully, but these errors were encountered:
This project has been my first (and second, third and fourth) foray into node.js, and everything about it is clear as mud (especially the error messages). But I have an old ios backup that most other utilities completely fail and only one or two can pull limited information, so I have kept coming back to iphonebackuptools.
Long story short:
install nvm;
use nvm to install node;
sudo apt install python-is-python3; and finally
use npm to install iphonebackuptools per instructions.
That's it! For whatever reason, the error message simply wasn't clicking in my head that this was yet another example of the python/python3 issue, but once it did and I installed the old standby python-is-python3, it was a smooth process.
Not really an issue, but I wanted to make sure that other node neophytes see it.
The text was updated successfully, but these errors were encountered: