Web development basic and advance tutorial, php basic tutorial, laravel basic tutorial, React Native tutorial

Sunday, April 24, 2022

React Native: Module not found @react-native-community-cli

0 comments

React Native: Module not found @react-native-community-cli


Error: Cannot find module '@react-native-community/cli'
Require stack:
- /Volumes/A/loveforyouapps/node_modules/react-native/cli.js
- /usr/local/lib/node_modules/react-native-cli/index.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Module.require (node:internal/modules/cjs/loader:1005:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> (/Volumes/A/loveforyouapps/node_modules/react-native/cli.js:13:11)
    at Module._compile (node:internal/modules/cjs/loader:1103:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Module.require (node:internal/modules/cjs/loader:1005:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/Volumes/A/loveforyouapps/node_modules/react-native/cli.js',
    '/usr/local/lib/node_modules/react-native-cli/index.js'
  ]
}

 to solve this issue try to run this command it working for me.


npm i @react-native-community/cli



No comments:

Post a Comment