Hi i cant install, its my terminal:
yarn add react-native-fast-image
yarn add v0.27.5
[1/4] Resolving packages...
warning There appears to be trouble with your network connection. Retrying...
[2/4] Fetching packages...
error [email protected]: The engine "node" is incompatible with this module. Expected version "> 0.4.x < 0.9.0".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
+1
I think this was probably a temporary issue caused by a semver compatible (but broken) update to a dependency of this module. Should be working fine now.
Did anyone managed to solve this issue?
or what was the cause? i'm facing a similar issue with Yarn but have no clue what is the real problem.
Same here
+1
This package no longer specifies an engine requirement. So I don't know why anyone would be having this issue. I'd need more information.
Same here. The real package that is requiring an exact version of node is [email protected] that probably is a dependencies of this package. @DylanVann
UPDATE: The problem is yarn that is using upath! https://github.com/yarnpkg/yarn/issues/5727
So use npm
I used npm instead of yarn and it was just fine!
I used npm instead of yarn and it was just fine!
Thanks man, it worked for me too. (Y)
me too @flunder . thanks.
Try this:
yarn --ignore-engines
Most helpful comment
Same here. The real package that is requiring an exact version of node is [email protected] that probably is a dependencies of this package. @DylanVann
UPDATE: The problem is yarn that is using upath! https://github.com/yarnpkg/yarn/issues/5727
So use npm