Open billsbooth opened 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.
@manahippo/aptos-wallet-adapter
package.json
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
file:
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
topackage.json
.