Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find module '@nomicfoundation/solidity-analyzer-linux-x64-gnu' #6

Open
ukorvl opened this issue Jul 17, 2024 · 1 comment
Open

Comments

@ukorvl
Copy link
Member

ukorvl commented Jul 17, 2024

Users on linux get error Error: Cannot find module '@nomicfoundation/solidity-analyzer-linux-x64-gnu'

@EvgeniiZaitsevCW
Copy link

@ukorvl
It can be fixed by removing the package-lock.json (yarn.lock if you use Yarn as the package manager) file and the node-modules folder in the root of your project and recreating them through command npm i (yarn install for Yarn).

Looks like when the package-lock.json (yarn.lock) is created on Windows some packages that are needed for Linux are not added to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants