Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Related to facebook#3999 There is an issue with the `preprocessor` script when using node >=5 as it uses npm 3. ~~There are (at least) two solutions, (I'm submitting the first one):~~ - ~~specify min required node version to 5.x and modify [this the preprocessor script](https://github.com/facebook/react-native/blob/0.16-stable/jestSupport/preprocessor.js#L29) to match npm 3 requirements~~ - ~~specifify node version >= 4.x and < 5.x and let the preprocessor script as it is~~ **EDIT**: Using `require.resolve` will do the trick ! -- Thank you guys for this amazing project by the way ;) Closes facebook#4903 Reviewed By: svcscm Differential Revision: D2838759 Pulled By: androidtrunkagent fb-gh-sync-id: ebb12f225a519ea23afc4f013bb063a920193719
- Loading branch information