Stuck on missing plugin install
terror opened this issue · 3 comments
terror commented
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
cultivater commented
I encountered the same problem, any solutions?
terror commented
I encountered the same problem, any solutions?
I have not found a solution. It seems like project development has halted.
Deleted user commented
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.
