Dmytro Tolok
Dmytro Tolok
got the same problem. The solution: to change in package.json line from `"gulp": "git+https://github.com/gulpjs/gulp.git#4.0",` to `"gulp": "git+https://github.com/gulpjs/gulp#v4.0.0",` and run `npm i` manually.
got the same problem. The solution: to change in package.json line from ` "gulp": "git+https://github.com/gulpjs/gulp.git#4.0",` to ` "gulp": "git+https://github.com/gulpjs/gulp#v4.0.0",` and run `npm i` manually.
Any update on it? Have the same issue. ``` "react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz", // react-native expo build ``` It is hard to read obfuscated code but looks like there some issue with...