You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am successfully installed the package and installed pods for my iOS build. but after building project I am getting the below error.
error: Error: While trying to resolve module react-native-nodemediaclient from file /Users/promethean/LivCast/livcast-app/src/screens/main/Live/CamLiveScreen.js, the package /Users/promethean/LivCast/livcast-app/node_modules/react-native-nodemediaclient/package.json was successfully found. However, this package itself specifies a main module field that could not be resolved (/Users/promethean/LivCast/livcast-app/node_modules/react-native-nodemediaclient/src/index. Indeed, none of these files exist:
/Users/promethean/LivCast/livcast-app/node_modules/react-native-nodemediaclient/src/index/index(.native|.ios.js|.native.js|.js|.ios.json|.native.json|.json|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx)
at DependencyGraph.resolveDependency (/Users/promethean/LivCast/livcast-app/node_modules/metro/src/node-haste/DependencyGraph.js:243:17)
at Object.resolve (/Users/promethean/LivCast/livcast-app/node_modules/metro/src/lib/transformHelpers.js:129:24)
at resolve (/Users/promethean/LivCast/livcast-app/node_modules/metro/src/DeltaBundler/traverseDependencies.js:396:33)
at /Users/promethean/LivCast/livcast-app/node_modules/metro/src/DeltaBundler/traverseDependencies.js:412:26
at Array.reduce ()
at resolveDependencies (/Users/promethean/LivCast/livcast-app/node_modules/metro/src/DeltaBundler/traverseDependencies.js:411:33)
at processModule (/Users/promethean/LivCast/livcast-app/node_modules/metro/src/DeltaBundler/traverseDependencies.js:140:31)
at async traverseDependenciesForSingleFile (/Users/promethean/LivCast/livcast-app/node_modules/metro/src/DeltaBundler/traverseDependencies.js:131:3)
at async traverseDependencies (/Users/promethean/LivCast/livcast-app/node_modules/metro/src/DeltaBundler/traverseDependencies.js:60:7)
at async DeltaCalculator._getChangedDependencies (/Users/promethean/LivCast/livcast-app/node_modules/metro/src/DeltaBundler/DeltaCalculator.js:204:42)
The text was updated successfully, but these errors were encountered:
I am successfully installed the package and installed pods for my iOS build. but after building project I am getting the below error.
error: Error: While trying to resolve module
react-native-nodemediaclient
from file/Users/promethean/LivCast/livcast-app/src/screens/main/Live/CamLiveScreen.js
, the package/Users/promethean/LivCast/livcast-app/node_modules/react-native-nodemediaclient/package.json
was successfully found. However, this package itself specifies amain
module field that could not be resolved (/Users/promethean/LivCast/livcast-app/node_modules/react-native-nodemediaclient/src/index
. Indeed, none of these files exist:at DependencyGraph.resolveDependency (/Users/promethean/LivCast/livcast-app/node_modules/metro/src/node-haste/DependencyGraph.js:243:17)
at Object.resolve (/Users/promethean/LivCast/livcast-app/node_modules/metro/src/lib/transformHelpers.js:129:24)
at resolve (/Users/promethean/LivCast/livcast-app/node_modules/metro/src/DeltaBundler/traverseDependencies.js:396:33)
at /Users/promethean/LivCast/livcast-app/node_modules/metro/src/DeltaBundler/traverseDependencies.js:412:26
at Array.reduce ()
at resolveDependencies (/Users/promethean/LivCast/livcast-app/node_modules/metro/src/DeltaBundler/traverseDependencies.js:411:33)
at processModule (/Users/promethean/LivCast/livcast-app/node_modules/metro/src/DeltaBundler/traverseDependencies.js:140:31)
at async traverseDependenciesForSingleFile (/Users/promethean/LivCast/livcast-app/node_modules/metro/src/DeltaBundler/traverseDependencies.js:131:3)
at async traverseDependencies (/Users/promethean/LivCast/livcast-app/node_modules/metro/src/DeltaBundler/traverseDependencies.js:60:7)
at async DeltaCalculator._getChangedDependencies (/Users/promethean/LivCast/livcast-app/node_modules/metro/src/DeltaBundler/DeltaCalculator.js:204:42)
The text was updated successfully, but these errors were encountered: