{"id":133,"hash":"e17b7cef03881520bea72e5ab5b44d83078f584d76cd7259a45d1c62b328ecaa","pattern":"Cannot find module &#39;asap/raw&#39;","full_message":"i have started a new react-native project and after that i installed react-native-maps i can't run react-native run-android because the terminal displays the following error:\n\nmodule.js:550\n    throw err;\n    ^\n\nError: Cannot find module 'asap/raw'\n    at Function.Module._resolveFilename (module.js:548:15)\n    at Function.Module._load (module.js:475:25)\n    at Module.require (module.js:597:17)\n    at require (internal/module.js:11:18)\n    at Object.<anonymous> (/home/valentino/Scrivania/lolo/node_modules/promise/lib/core.js:3:12)\n    at Module._compile (module.js:653:30)\n    at Module._compile (/home/valentino/Scrivania/lolo/node_modules/pirates/lib/index.js:83:24)\n    at Module._extensions..js (module.js:664:10)\n    at Object.newLoader [as .js] (/home/valentino/Scrivania/lolo/node_modules/pirates/lib/index.js:88:7)\n    at Module.load (module.js:566:32)\n\nThe message is shown if i install react-native-maps, this is the command with i have built the project with:\n\nreact-native init appName\ncd appName\nnpm install react-native-maps --save\nreact-native run-android\n\nHow I can resolve this problem?\n\nAm I doing something wrong?\n\nThanks for the help.","ecosystem":"npm","package_name":"react-native","package_version":null,"solution":"Running npm install in your project directory usually works. \n\n(What it does is that it installs all the dependencies in the local node_modules folder that may have been downloaded when you installed that one package.)","confidence":0.95,"source":"stackoverflow","source_url":"https://stackoverflow.com/questions/53031689/cannot-find-module-asap-raw","votes":46,"created_at":"2026-04-19T04:41:21.908248+00:00","updated_at":"2026-04-19T04:51:03.660426+00:00"}