storj-archived/storjshare-daemon

Can't install it on node 8.7+?

tunnckoCore opened this issue · 5 comments

I'm using node 8.7 and yarn reports that it can install it because it want ^6.9.1 which not make sense :D

❯ npm --version
{ npm: '5.4.2',
  ares: '1.10.1-DEV',
  cldr: '31.0.1',
  http_parser: '2.7.0',
  icu: '59.1',
  modules: '57',
  nghttp2: '1.25.0',
  node: '8.7.0',
  openssl: '1.0.2l',
  tz: '2017b',
  unicode: '9.0',
  uv: '1.15.0',
  v8: '6.1.534.42',
  zlib: '1.2.11' }
❯ yarn --version
1.3.2

Mmm, okey but it seems that PR is merged? Okey, no problem, i'll try lower version.

Will work with Node.js v8 now.

still not works, don't know

❯ yarn global add storjshare-daemon
yarn global v1.3.2
[1/4] Resolving packages...
warning storjshare-daemon > web3-utils > eth-lib > xhr-request-promise > xhr-request > buffer-to-arraybuffer > tape > glob > minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
[2/4] Fetching packages...
info fsevents@1.1.2: The platform "linux" is incompatible with this module.
info "fsevents@1.1.2" is an optional dependency and failed compatibility check. Excluding it from installation.
error kad@1.6.5: The engine "node" is incompatible with this module. Expected version "4.x.x 6.x.x".

Tested on 6.11, 7.6, 8.7, 8.9 and 9 latest

❯ nvm install 9  
Downloading and installing node v9.2.0...
Downloading https://nodejs.org/dist/v9.2.0/node-v9.2.0-linux-x64.tar.xz...
######################################################################## 100.0%
Computing checksum with sha256sum
Checksums matched!
Now using node v9.2.0 (npm v5.5.1)

~ 8s
❯ yarn global add storjshare-daemon
yarn global v1.3.2
[1/4] Resolving packages...
warning storjshare-daemon > web3-utils > eth-lib > xhr-request-promise > xhr-request > buffer-to-arraybuffer > tape > glob > minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
[2/4] Fetching packages...
info fsevents@1.1.2: The platform "linux" is incompatible with this module.
info "fsevents@1.1.2" is an optional dependency and failed compatibility check. Excluding it from installation.
error storj-lib@8.5.0: The engine "node" is incompatible with this module. Expected version "^8.8.1".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command.

~ 8s
❯

Still not work on any node version.