Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] No "exports" main defined in uint8arrays/package.json #122

Open
3 tasks done
JeremyX2022 opened this issue Oct 24, 2023 · 0 comments
Open
3 tasks done

[BUG] No "exports" main defined in uint8arrays/package.json #122

JeremyX2022 opened this issue Oct 24, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@JeremyX2022
Copy link

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed

YOU MAY DELETE THE PREREQUISITES SECTION if you're sure you checked all the boxes.

Current Behavior

What is the current behavior?
keep saying this:
2814d2c5341df6a3de7a5e34397b625

my code:

import { EthrDID } from 'ethr-did'

console.log(new EthrDID({ identifier: '0xb9c5714089478a327f09197987f16f9e5d936e8a', chainNameOrId: 'mainnet' }).did)

Expected Behavior

Please describe the behavior you are expecting

Failure Information

Please help provide information about the failure.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1: npm init -y
  2. step 2: npx tsc --init

Environment Details

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

  • node/browser version: node v20, v18 all can reproduce this issue.
  • OS Version: windows 20
  • Device details: windows 20

Failure Logs/Screenshots

Please include any relevant log snippets or files here.
Create a GIST which is a paste of your full or sanitized logs, and link them here.
Please do NOT paste your full logs here, as it will make this issue very long and hard to read!

Alternatives you considered

Please provide details about an environment where this bug does not occur.


Don't paste private keys anywhere public!

@JeremyX2022 JeremyX2022 added the bug Something isn't working label Oct 24, 2023
@JeremyX2022 JeremyX2022 changed the title [BUG] [BUG] No "exports" main defined in uint8arrays/package.json Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant