react-native-bluetooth-serial icon indicating copy to clipboard operation
react-native-bluetooth-serial copied to clipboard

Failed to build DependencyGraph: @providesModule naming collision: Duplicate module name: deprecated

Open luckyly opened this issue 7 years ago • 0 comments

I try to install BluetoothSerialExample on my device. But it always show:

"

Failed to build DependencyGraph: @providesModule naming collision: Duplicate module name: deprecated Paths: G:/AndroidDemo/react-native-bluetooth-serial/BluetoothSerialExample\node_modules/react-native/local-cli/server/middleware/heapCapture/bundle.js collides with G:/AndroidDemo/react-native-bluetooth-serial/BluetoothSerialExample\node_modules/react-native/Libraries/Renderer/src/shared/utils/deprecated.js

This error is caused by a @providesModule declaration with the same name across two different files.

" How can i deal it?

luckyly avatar Oct 18 '17 03:10 luckyly