This repository was archived by the owner on Nov 10, 2025. It is now read-only.
Releases: welaika/wordless_gem
Releases · welaika/wordless_gem
v2.2.0
Features 🌸
- Now the installation process will try to
nvm useand if both NVM and the right node version will be found, then we'll use it to setup the theme. Otherwise we'll fallback to globally installed node.
Improvements 🛠
- removed few old dependencies and updated ones with security concerns
v2.1.0
- fd921df add windows support in
install_global_node_modulesmethod
We removed a which system call since it is a *nix-only command and added a custom method (copy pasted from SO like sometime you have to do 😋 )
Thanks @JackPoteYes and @vincentntang for reporting the issue.