agrcrobles / react-native-web-boilerplate

I am no longer in maintenance
71 stars 11 forks source link

error Found incompatible module #13

Closed pradeep1991singh closed 6 years ago

pradeep1991singh commented 6 years ago
yarn install
yarn install v1.3.2
[1/5] 🔍  Validating package.json...
error react-native-web-boilerplate@0.0.1: The engine "node" is incompatible with this module. Expected version ">=6.0.0 <7".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

Steps:

Details:

pradeep1991singh commented 6 years ago

Any specific reason for node >=6 & <7

agrcrobles commented 6 years ago

There is no specific reason for that, just get it to work some time ago using node LTS ( long term support ).

Feel free to send a PR to update it, or look into react-native-web-fiber-boilerplate which is built for react 16.

Thanks for opening this issue!

agrcrobles commented 6 years ago

Great you fixed it :)