added the package json to exports as it was causing trouble in react …#2043
Open
haroonzuberi wants to merge 1 commit intonftstorage:mainfrom
Open
added the package json to exports as it was causing trouble in react …#2043haroonzuberi wants to merge 1 commit intonftstorage:mainfrom
haroonzuberi wants to merge 1 commit intonftstorage:mainfrom
Conversation
Contributor
|
Why are you trying to import the |
Author
|
I didn't try to import the package.json in our React Native app but
consistently got the same error that the package.json must be in exports,
after researching about it, I conclude that it is a very common error for
React Native or TypeScript Apps. Can you tell me your opinion on this?
…On Fri, Jul 1, 2022 at 7:29 PM Alan Shaw ***@***.***> wrote:
Why are you trying to import the package.json?
—
Reply to this email directly, view it on GitHub
<#2043 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF6EPENQEI6HQT523TQW6GLVR36FJANCNFSM52J5MZSQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have got this issue several times in my react-native app while using this package. So, I added the path in my package.json exports to make it work.
_warn Package nft.storage has been ignored because it contains invalid configuration. Reason: Package subpath './package.json' is not defined by "exports" in /Volumes/workplace/www/sandyapps/blockchain/qdex/mobile/node_modules/nft.storage/package.json