react-native-webbrowser icon indicating copy to clipboard operation
react-native-webbrowser copied to clipboard

Getting too many error while install the module

Open alirehmanappcrates opened this issue 3 years ago • 0 comments

When I run this command npm i react-native-webbrowser I'm getting errors mentioned below.

fatal error: too many errors emitted, stopping now [-ferror-limit=]
5 warnings and 20 errors generated.
make: *** [Release/obj.target/validation/src/validation.o] Error 1
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/Users/alirehman/.nvm/versions/node/v14.17.1/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (events.js:375:28)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)
gyp ERR! System Darwin 20.1.0
gyp ERR! command "/Users/alirehman/.nvm/versions/node/v14.17.1/bin/node" "/Users/alirehman/.nvm/versions/node/v14.17.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/alirehman/Desktop/React Native Projects/TravelRP/FoodE/Food_E_Clone/node_modules/utf-8-validate
gyp ERR! node -v v14.17.1
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok 

alirehmanappcrates avatar Jul 28 '21 06:07 alirehmanappcrates