Troubleshooting
Last updated
Was this helpful?
Last updated
Was this helpful?
Here are some solutions to frequently encountered problems.
These errors can occur, if npm was installed without the use of a version manager.
Refer to for ways to resolve the issue.
This error may happen because PATH
environment variable was not correctly updated to contain path to Node.js binary.
If you use Linux, ensure the following command is in your ~/.bashrc
for bash shell or ~/.zshrc
for zsh shell:
If you have installed Node.js using Homebrew on MacOS, npm binaries could be found in /usr/local/share/npm/bin
. So, in your ~/.zshrc
file add the following:
If you use Windows, add path to NodeJS bin directory via environment variables settings dialogue and relaunch console window.
Additionally, make sure .
everdev sol compile
in Windows 10Run \Users\UserName\everdev\solidity\solc.exe and review error messages.
Update Visual Studio components and make sure .
This error occurs in two cases. Either the docker daemon isn't running, or current user doesn't have rights to access docker.
Make sure to restart the system or log out and back in, for the new group settings to take effect.
After it is done, reload terminal and install everdev via npm i everdev -g
again.
You can issue either by running relevant commands as the superuser or adding the user to the docker
group:
Getting this error means docker service is not running or missing due to incorrect Docker installation, partiularly in the case of Docker Desktop. Try reinstalling Docker and making sure the is running.
If you use certain adblockers, after you have started Evernode SE the Ever Live explorer at might fail to load (you get a rotating icon and various warnings and errors in the console).
This issue can occur if npm was installed without correct permissions for Linux/Ubuntu. Refer to for ways to resolve it.