-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Summary
Write here.
Getting an error when installing packages. Packages seem to have installed properly but the error is a bit misleading.
Steps to reproduce behavior
Write here.
$ dep i hypercoreExpected behavior
Write here.
Successful installs should exit silently.
$ dep i hypercore
Resolving dependencies
Installing dependencies
Building dependencies
Installed 105 packages in 4.175sActual behavior
Write here.
$ dep i hypercore
Resolving dependencies
Installing dependencies
Building dependencies
In file included from ../binding.cc:4:0:
../libsodium/src/libsodium/include/sodium.h:5:10: fatal error: sodium/version.h: No such file or directory
#include "sodium/version.h"
^~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Release/obj.target/sodium/binding.o] Error 1
Installed 107 packages in 4.333sReactions are currently unavailable