You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
Users on linux get error
Error: Cannot find module '@nomicfoundation/solidity-analyzer-linux-x64-gnu'
The text was updated successfully, but these errors were encountered: