- Looked up the pre-upgrade version of nodejs in
/var/log/dpkg.log, which was0.6.19~dfsd1-7 - Grabbed it from snapshot.debian.org and installed it
- Ran
vault --export vault.json, which worked perfectly - Re-ran
apt-get dist-upgradeto move back to Node v0.10.17 - Upgraded npm from
1.1.4~dfsg-2– the current version inunstable, which is incompatible with nodejs0.10.17~dfsg1-2inunstable– to1.2.18~dfsg-3fromexperimental - Installed [email protected] using npm
- Deleted my old
.vault - Ran
vault --import vault.json - Joy and kittens
(Step 1.5 was asking nvm to install Node 0.6.19, watching thousands of lines of compiler warnings from V8 fly past, and losing the will to live before I remembered about snapshots.debian.org.)