leetcode-cli
leetcode-cli copied to clipboard
Stuck on missing plugin install
After running leetcode version, it seems to get stuck on downloading missing plugins, in particular this one.

npm -v == 6.14.8 node -v == 14.7.0 os == MacOS Catalina 10.15.7
I encountered the same problem, any solutions?
I encountered the same problem, any solutions?
I have not found a solution. It seems like project development has halted.
You can install the plugin manually.
- Download the
${plugin}.jsfile fromhttps://github.com/skygragon/leetcode-cli-plugins/tree/master/plugins - cp the
${plugin}.jsfile into~/.lc/directory. - Modify
~/.lc/plugins.json. Rewrite the Boolean value of the related plugin fromfalsetotrue.