infinitered / solidarity

Solidarity is an environment checker for project dependencies across multiple machines.
https://infinitered.github.io/solidarity/
MIT License
639 stars 49 forks source link

Add {{installedVersion}} and {{wantedVersion}} to fix command #264

Open caiconkhicon opened 3 years ago

caiconkhicon commented 3 years ago

I tried the fix command like this: "fix": "brew install node@{{wantedVersion}}" but it doesn't work.

I think having {{installedVersion}} and {{wantedVersion}} available in the fix command would be great.