Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error binary-parser@1.3.2: The engine "node" is incompatible with this module. Expected version ">=5.10.0". #43

Closed
nivhg opened this issue Apr 21, 2018 · 2 comments

Comments

@nivhg
Copy link

nivhg commented Apr 21, 2018

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 ?

@verysimplyms
Copy link

Try using a newer version of node.js

@nivhg
Copy link
Author

nivhg commented Apr 22, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants