error binary-parser@1.3.2: The engine "node" is incompatible with this module. Expected version ">=5.10.0".
nivhg opened this issue · 2 comments
Hi,
On ubuntu 16.04, on "yarn install" command, I get this :
yarn install v1.6.0
warning You are using Node "4.2.6" which is not supported and may encounter bugs or unexpected behavior. Yarn supports the following semver range: "^4.8.0 || ^5.7.0 || ^6.2.2 || >=8.0.0"
info No lockfile found.
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@1.2.0: The platform "linux" is incompatible with this module.
info "fsevents@1.2.0" is an optional dependency and failed compatibility check. Excluding it from installation.
info tar@4.4.1: The engine "node" is incompatible with this module. Expected version ">=4.5".
info "tar@4.4.1" is an optional dependency and failed compatibility check. Excluding it from installation.
error binary-parser@1.3.2: The engine "node" is incompatible with this module. Expected version ">=5.10.0".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Anyone knows how to resolv this issue ?
Try using a newer version of node.js
Thanks, works great! I've used these commands to upgrade node.js :
sudo npm cache clean -f
sudo npm install -g n
sudo n stable