You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: ImportError in createNFTs.ts using Metaplex Foundation JS
Description
While working on the Solana Bootcamp Quest-1, Script 6 (createNFTs.ts), I encountered an import error with the @metaplex-foundation/js package. After uninstalling and reinstalling metaplex-foundation.js, the issue persists.
Issue: ImportError in createNFTs.ts using Metaplex Foundation JS
Description
While working on the Solana Bootcamp Quest-1, Script 6 (
createNFTs.ts
), I encountered an import error with the@metaplex-foundation/js
package. After uninstalling and reinstallingmetaplex-foundation.js
, the issue persists.Environment
Error Details
The error occurs when attempting to import
bundlrStorage
from@metaplex-foundation/js
. The specific line of code causing the issue is:The error message received is:
Steps to Reproduce
metaplex-foundation.js
.createNFTs.ts
script as part of the Solana Bootcamp Quest-1.Expected Behavior
The script should import the necessary modules from
@metaplex-foundation/js
without any import errors.Actual Behavior
An import error is thrown, indicating that
bundlrStorage
is not an exported member of@metaplex-foundation/js
.Additional Information
Any additional guidance or suggestions for resolving this import error would be greatly appreciated.
The text was updated successfully, but these errors were encountered: