hippospace / aptos-wallet-adapter

Other
92 stars 95 forks source link

NextJs example doesn't import @manahippo/aptos-wallet-adapter #79

Open billsbooth opened 2 years ago

billsbooth commented 2 years ago

I suppose you have it globally installed, so the problem only happens when you try to run this externally.

The fix is simple, add @manahippo/aptos-wallet-adapter to package.json.

Screen Shot 2022-10-23 at 4 59 17 PM
quagliero commented 2 years ago

Yeah it looks like this needs changing from file: to the actual package: https://github.com/hippospace/aptos-wallet-adapter/blob/main/packages/wallet-nextjs/package.json#L13