Community of today used to use mobile phones to make their life easier and Community based mobile applications are famous among them. There are several kind of community based applications in use and most of them are relating to a specific domain. But core components have similar features. Address this issue and saving development time by Introducing a common app template with customizable components for community based mobile applications , is the main purpose of this project.
Apache License 2.0
61
stars
89
forks
source link
Error: While trying to resolve module `firebase` #184
Firebase package is being installed irrespective of it getting the error of Error: While trying to resolve module firebase. This has been occurred in the initialisation of the project.
Tried to upgrade the firebase package but it didn't worked
Logs :
error: Error: While trying to resolve module firebase from file /Users/afaanansari/Desktop/gsoc/Go-social/config/config.js, the package /Users/afaanansari/Desktop/gsoc/Go-social/node_modules/firebase/package.json was successfully found. However, this package itself specifies a main module field that could not be resolved (/Users/afaanansari/Desktop/gsoc/Go-social/node_modules/firebase/index. Indeed, none of these files exist:
/Users/afaanansari/Desktop/gsoc/Go-social/node_modules/firebase/index/index(.native|.android.js|.native.js|.js|.android.jsx|.native.jsx|.jsx|.android.json|.native.json|.json|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx)
at DependencyGraph.resolveDependency (/Users/afaanansari/Desktop/gsoc/Go-social/node_modules/metro/src/node-haste/DependencyGraph.js:272:17)
at Object.resolve (/Users/afaanansari/Desktop/gsoc/Go-social/node_modules/metro/src/lib/transformHelpers.js:177:21)
at Graph._resolveDependencies (/Users/afaanansari/Desktop/gsoc/Go-social/node_modules/metro/src/DeltaBundler/Graph.js:432:35)
at Graph._processModule (/Users/afaanansari/Desktop/gsoc/Go-social/node_modules/metro/src/DeltaBundler/Graph.js:218:38)
at async Graph._addDependency (/Users/afaanansari/Desktop/gsoc/Go-social/node_modules/metro/src/DeltaBundler/Graph.js:314:20)
at async Promise.all (index 11)
at async Graph._processModule (/Users/afaanansari/Desktop/gsoc/Go-social/node_modules/metro/src/DeltaBundler/Graph.js:263:5)
at async Graph._addDependency (/Users/afaanansari/Desktop/gsoc/Go-social/node_modules/metro/src/DeltaBundler/Graph.js:314:20)
at async Promise.all (index 2)
at async Graph._processModule (/Users/afaanansari/Desktop/gsoc/Go-social/node_modules/metro/src/DeltaBundler/Graph.js:263:5)
Firebase package is being installed irrespective of it getting the error of Error: While trying to resolve module
firebase
. This has been occurred in the initialisation of the project.Logs :
error: Error: While trying to resolve module
firebase
from file/Users/afaanansari/Desktop/gsoc/Go-social/config/config.js
, the package/Users/afaanansari/Desktop/gsoc/Go-social/node_modules/firebase/package.json
was successfully found. However, this package itself specifies amain
module field that could not be resolved (/Users/afaanansari/Desktop/gsoc/Go-social/node_modules/firebase/index
. Indeed, none of these files exist:Sample attachments :