NativeScript / NativeScript/firebase
Can't use package with esm compilation
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 62
- Forks
- 53
- Avg merge
- 8d 4h
- Merged PRs (30d)
- 2
Description
I am getting the following error when using this package.
Failed to resolve entry for package "@nativescript/firebase-core". The package may have incorrect main/module/exports specified in its package.json.
Am I importing it wrongly? Please advise.
import { firebase } from '@nativescript/firebase-core'
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the ESM import shown in the issue, then inspect the package.json entry fields for @nativescript/firebase-core to identify why the package cannot be resolved. Done means the package resolves successfully when imported with ESM compilation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- firebase, typescript
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100