This website requires JavaScript.
Explore
Help
Sign In
status-im
/
react-native
mirror of
https://github.com/status-im/react-native.git
Watch
2
Star
0
Fork
You've already forked react-native
0
Code
Issues
Projects
Releases
Wiki
Activity
73d5746122
react-native
/
.nvmrc
2 lines
7 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add .nvmrc + fix node version for eslint 5 compat (#20109) Summary: A .nvmrc file is practical when working on many node projects with different version requirements. Also, the current required node engine is incompatible with eslint5 requirements: ```js "engines": { "node": ">=8" }, ``` It produces the following warning on install: > error eslint@5.0.1: The engine "node" is incompatible with this module. Expected version "^6.14.0 || ^8.10.0 || >=9.10.0". > error Found incompatible module I made the requirement compatible with eslint5 requirements Pull Request resolved: https://github.com/facebook/react-native/pull/20109 Differential Revision: D9071440 Pulled By: hramos fbshipit-source-id: 0d3728d03cad20d22c67a731a6d283cea48b8da8
2018-07-31 09:23:58 +00:00
8.11.3