Hi, I'm trying to install Scull, but it doesn't seem to compile leveldown on my system, so I checked its version and noticed this module is using an older version (^1.4.6). gist of npm install log
I'm not sure if these errors tell anything useful at all.
621: leveldown.target.mk:113: recipe for target 'Release/obj.target/leveldown/src/batch.o' failed
625: gyp ERR! stack Error: make failed with exit code: 2
I attempted to install [email protected] which installs just fine, but is not compatible as all tests just fail with spectacular errors.
information about my system:
- windows 10 build 17134.48 using Windows Subsystem for Linux
- node version: 10.1.0
- npm version: 5.6.0
can the levelup and leveldown packages be updated?
Hi, I'm trying to install Scull, but it doesn't seem to compile leveldown on my system, so I checked its version and noticed this module is using an older version (^1.4.6). gist of npm install log
I'm not sure if these errors tell anything useful at all.
621: leveldown.target.mk:113: recipe for target 'Release/obj.target/leveldown/src/batch.o' failed
625: gyp ERR! stack Error:
makefailed with exit code: 2I attempted to install [email protected] which installs just fine, but is not compatible as all tests just fail with spectacular errors.
information about my system:
can the levelup and leveldown packages be updated?