hypercore
hypercore copied to clipboard
install fails on Android
- Install
Termux
on android - Install node/npm
- run
npm install hypercore
- errors seen during
node-gyp-build
andsodium-native
...
...
524 verbose pkgid [email protected]
525 verbose cwd /data/data/com.termux/files/home/mirror
526 verbose Linux 4.14.295-g84b42e6a786c-ab9578266
527 verbose node v19.6.1
528 verbose npm v9.4.0
529 error code 1
530 error path /data/data/com.termux/files/usr/lib/node_modules/drives/node_modules/sodium-native
531 error command failed
532 error command sh -c node-gyp-build
533 verbose exit 1
....
....