Closed francochau closed 2 years ago
Can you provide a link to a repo with a reproduction of the issue? I've tested the nextjs-starter project, so it's hard to tell what's going on here.
@jordansexton problem was fixed by changing the yarn policies version to 1.19. but encountered same issue as https://github.com/solana-labs/wallet-adapter/issues/153 afterwards I will just close this issue first. Thanks
if your project has lerna and used it, you can use lerna to install package instead of yarn. such as: lerna add xxx(package name) --scope=your subproject name(if exist subproject)
Describe the bug This error pops up when i tries to yarn install @solana/wallet-adapter-base
expected workspace package to exist for \"@typescript-eslint/visitor-keys\
To Reproduce I used the nextjs starter template
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Full error code: