-
Notifications
You must be signed in to change notification settings - Fork 668
Error: The environment doesn't meet requirements. #322
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
Comments
@pgr2015 Since you have already put node executable into your path, you can just set Please let me know if this can help solve your problem. thanks |
@jdneo thank you for your very quick reply, but I still have the problem. vscode can now find node.js but continue giving error like leetcode.XXX not found. Thank you very much! |
It's hard for me to say what's happening according to the current information. Are you sure the VS Code session has |
@jdneo thank you so much for your advice, I just reboot my computer and everything starts to work properly. So you are you are right, all I need to do is just refresh vscode completely. Thank you! |
Error: ' node: command not found Error: The environment doesn't meet requirements. ' |
I found that for me this was caused by not having all the VSCode SSH extensions enabled. When I enabled those extensions, all the issues like "nodejs not found" or "cannot log into leetcode" went away:
|
Hi, I am facing setting problem, leetcode.XXX are all not found.
os: windows 10
vscode: 1.33.1
node.js: 10.15.3
I have set node.js path as "A:\Program Files\nodejs\node.exe", where is the absolute install path.
When I give command as node -v in terminal, I can get the correct version information, so I guess the node.js is installed properly.
I am new to vscode settings, so could someone help me?
Thanks in advance!
The text was updated successfully, but these errors were encountered: