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

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -