-
Notifications
You must be signed in to change notification settings - Fork 167
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
Cannot find module @web-std, after latest version release of this dependency #1166
Comments
I'm getting the same issue. Do you know what version you were using before? |
@iamserversurfer nft.storage version is the same but the dependent library @web-std got upgraded from 3.0.0 to 3.0.2. The upgrade needs to be handled appropriately. I had to downgrade nft.storage to version 4.0.1 for my functionality to work. |
@Gozala any chance you can look into this? Looks like the commonjs version didn't get published with the latest release. |
Looks like this change web-std/io#35 introduced regression by leaving out that file from npm. |
@u-ajmal should be fixed now, please reopen if you still encounter this. |
@Gozala Still getting this in |
Use case
I am using nft.storage to upload nft to IPFS. There wasn't any issue earlier on, it just came up with the latest deployment we did. Each time a new deployment is done node modules are installed again.
Here is the package.json:
Error returned
The text was updated successfully, but these errors were encountered: