metaplex-foundation / metaplex

A directory of what the Metaplex Foundation works on!

Home Page:https://metaplex.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TS2305: Module '"../../node_modules/@metaplex/js/lib"' has no exported member 'Account'

newbie-soft opened this issue · comments

I'm trying to compile this project:
https://github.com/ilmoi/nft-armory

But I get the following error:

ERROR in src/common/NFTget.ts:3:10
TS2305: Module '"../../node_modules/@metaplex/js/lib"' has no exported member 'Account'.
    1 | import { PublicKey } from '@solana/web3.js';
    2 | import axios from 'axios';
  > 3 | import { Account, programs } from '@metaplex/js';
      |          ^^^^^^^
    4 | import {
    5 |   Edition,
    6 |   EditionData,