git ssb

2+

mixmix / ticktack



npm install gives:

%TkuTABsD3EJRkYGCyrUnlO4XidmwJXd8lVE0BPrUGt4=.sha256
Openarj opened this issue on 12/10/2017, 12:56:11 PM

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?

%HI5ITYIcD1eSvdEz+iHus5poLZ2uuKnieyTHAaZ4BAs=.sha256 happy0 · 12/10/2017, 2:39:57 PM

I got the same error when trying to install from source too. I ended up grabbing the AppImage from the dat link :) @arj

%0DELa6Tcv2LGxe8xtYU/c9+jGHwTOh4Dqv6Zwsiq3xw=.sha256 cryptix · 12/10/2017, 3:38:35 PM

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

%fqlifn81gcv9zJqLcnvLNUGz7kH4tZAaZPZjcUf46Bo=.sha256 arj · 12/10/2017, 6:28:54 PM

Ah that works. Thanks @cryptix!

And yeah, it's hot!

Built with git-ssb-web