Duplicate name Viewport in React Native -


the terminal simulator executed shows following error:

failed build dependencygraph: @providesmodule naming collision: duplicate module name: viewportmetrics paths: /users/fcojriosbello/documents/development/netbeast/node_modules/react/lib/viewportmetrics.js collides  /users/fcojriosbello/documents/development/netbeast/node_modules/react-native-router-flux/node_modules/react-native-experimental-navigation/node_modules/react/lib/viewportmetrics.js 

what version of npm have? have pairdependencies problem try npm v3.

anyway if do:

rm -rf  /users/fcojriosbello/documents/development/netbeast/node_modules/react-native-router-flux/node_modules/react-native-experimental-navigation/node_modules/react/ 

should work


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -