npm install gives:
%TkuTABsD3EJRkYGCyrUnlO4XidmwJXd8lVE0BPrUGt4=.sha256
npm install gives:
npm WARN tar ENOENT: no such file or directory, open '/home/chrx/dev/ticktack/node_modules/.staging/leveldown-b6054f15/.dntrc' npm WARN tar ENOENT: no such file or directory, open '/home/chrx/dev/ticktack/node_modules/.staging/prebuild-install-ead0810f/download.js' npm WARN tar ENOENT: no such file or directory, open '/home/chrx/dev/ticktack/node_modules/.staging/prebuild-install-ead0810f/help.txt' npm WARN tar ENOENT: no such file or directory, open '/home/chrx/dev/ticktack/node_modules/.staging/prebuild-install-ead0810f/CONTRIBUTING.md' npm WARN tar ENOENT: no such file or directory, open '/home/chrx/dev/ticktack/node_modules/.staging/font-awesome-7a3d3484/fonts/fontawesome-webfont.eot' npm WARN tar ENOENT: no such file or directory, open '/home/chrx/dev/ticktack/node_modules/.staging/prebuild-install-ead0810f/.travis.yml' npm WARN tar ENOENT: no such file or directory, open '/home/chrx/dev/ticktack/node_modules/.staging/remark-c05717a2/lib/stringify.js' npm ERR! path /home/chrx/dev/ticktack/node_modules/.staging/mutant-scroll-0d57eb91/node_modules/browser-split npm ERR! code ENOENT npm ERR! errno -2 npm ERR! syscall rename npm ERR! enoent ENOENT: no such file or directory, rename '/home/chrx/dev/ticktack/node_modules/.staging/mutant-scroll-0d57eb91/node_modules/browser-split' -> '/home/chrx/dev/ticktack/node_modules/.staging/browser-split-ebd3eced'
Havn't seen that before?
I got the same error when trying to install from source too. I ended up grabbing the AppImage from the dat link :) @arj
Had the same problem. Nuked package-lock.json
like suggested on the release thread.
also had to rebuilt leveldown before it worked with my node/npm (8.9.1 lts) and the linked electron versions.
works now and looks really nice..!
also #npm ninjas: is there a difference between npm run rebuild
and npm rebuild
? does the 2nd one also run rebuild
from the scripts
block of a package.json
?... #namingthings sigh
Ah that works. Thanks @cryptix!
And yeah, it's hot!
Built with git-ssb-web