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
error: bundling: UnableToResolveError: Unable to resolve module resolveAssetSource from C:\Users\shENpo\EdenProject\node_modules\react-native-bottomdialog\in dex.js: Module does not exist in the module map or in these directories:
C:\Users\shENpo\EdenProject\node_modules
Delete the node_modules folder: rm -rf node_modules && npm install.
Reset packager cache: rm -fr $TMPDIR/react-* or npm start -- --reset-cache.
at ResolutionRequest._resolveNodeDependency (C:/Users/shENpo/EdenProject/nod
e_modules/react-native/packager/src/node-haste/DependencyGraph/ResolutionRequest.js:470:11)
at ResolutionRequest.resolveDependency (C:/Users/shENpo/EdenProject/node_modules/react-native/packager/src/node-haste/DependencyGraph/ResolutionRequest.js:135:29)
at dependencyNames.map.name (C:/Users/shENpo/EdenProject/node_modules/react-native/packager/src/node-haste/DependencyGraph/ResolutionRequest.js:142:59)
at Array.map (native)
at ResolutionRequest.resolveModuleDependencies (C:/Users/shENpo/EdenProject/node_modules/react-native/packager/src/node-haste/DependencyGraph/ResolutionRequest.js:142:42)
at module.readFresh.then (C:/Users/shENpo/EdenProject/node_modules/react-native/packager/src/node-haste/DependencyGraph/ResolutionRequest.js:182:40)
at process._tickCallback (internal/process/next_tick.js:103:7)
Bundling index.android.js 98.5% (518/522), failed.
i have this error :/
The text was updated successfully, but these errors were encountered:
error: bundling: UnableToResolveError: Unable to resolve module
resolveAssetSource
fromC:\Users\shENpo\EdenProject\node_modules\react-native-bottomdialog\in dex.js
: Module does not exist in the module map or in these directories:C:\Users\shENpo\EdenProject\node_modules
This might be related to facebook/react-native#4968
To resolve try the following:
watchman watch-del-all
.node_modules
folder:rm -rf node_modules && npm install
.rm -fr $TMPDIR/react-*
ornpm start -- --reset-cache
.at ResolutionRequest._resolveNodeDependency (C:/Users/shENpo/EdenProject/nod
e_modules/react-native/packager/src/node-haste/DependencyGraph/ResolutionRequest.js:470:11)
at ResolutionRequest.resolveDependency (C:/Users/shENpo/EdenProject/node_modules/react-native/packager/src/node-haste/DependencyGraph/ResolutionRequest.js:135:29)
at dependencyNames.map.name (C:/Users/shENpo/EdenProject/node_modules/react-native/packager/src/node-haste/DependencyGraph/ResolutionRequest.js:142:59)
at Array.map (native)
at ResolutionRequest.resolveModuleDependencies (C:/Users/shENpo/EdenProject/node_modules/react-native/packager/src/node-haste/DependencyGraph/ResolutionRequest.js:142:42)
at module.readFresh.then (C:/Users/shENpo/EdenProject/node_modules/react-native/packager/src/node-haste/DependencyGraph/ResolutionRequest.js:182:40)
at process._tickCallback (internal/process/next_tick.js:103:7)
Bundling
index.android.js
98.5% (518/522), failed.i have this error :/
The text was updated successfully, but these errors were encountered: