-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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: Found incompatible module #623
Comments
This is probably because |
Looks like |
I have two other packages that use I don't think that I hadn't realized that the I should file an issue on Frisbee, and I don't even understand why the second has that entry, since npm doesn't care. |
I got the impression from the docs that the However, applying that flag doesn't seem to change anything– both cases that I gave above still exit when they encounter the field. Should I file a new issue for "doesn't respect |
@jlongster just filed #638, which reports my |
Another incompatible package: https://github.com/oncletom/crx/blob/master/package.json#L18 "engines": {
"node": ">=0.10",
"iojs": ">=1.0.0 <2.0.0"
}, |
Another:
Shown inside parchment's package.json:
Running on Node 6.6.0 |
Did you install yarn from the package repository? If you did, you may want to take a look at this #812 |
@hiendv - nope, just |
Another:
In reveal.js package: https://github.com/hakimel/reveal.js/blob/master/package.json
Running on node v6.6.0 |
I think that, since #647 is merged and will presumably be part of a release soon, this can be closed? |
resolved in #647 |
With latest version of Yarn, I stil get the issue on Debian 8.5. error selenium-webdriver@3.4.0: The engine "node" is incompatible with this module. Expected version ">= 6.9.0". |
Installing the latest version of node (non-LTS) fixed the issue. some other issues came up but that's solved |
Still getting the same issue even with yarn's latest (v0.24.5) and latest non-LTS node (v7.10.0). |
Do you want to request a feature or report a bug?
A bug.
What is the current behavior?
Running
yarn
results to an error.If the current behavior is a bug, please provide the steps to reproduce.
$ mkdir yarn-test && cd yarn-test && yarn-init
$ yarn add bem-utils@0.3.0
What is the expected behavior?
Successfully installed bem-utils@0.3.0 package.
Please mention your node.js, yarn and operating system version.
OS: Mac OS X 10.11.6 (15G1004)
The text was updated successfully, but these errors were encountered: