tars / tars-cli

CLI for TARS
MIT License
106 stars 28 forks source link

Need fix npm cache clean error #86

Closed ghost closed 6 years ago

ghost commented 6 years ago

What is npm cache clean command used for? For check what everything is consistent or reclaiming disk space? In the first case, need use npm cache verify command and npm cache clean for npm version lower then 5. In second case need use npm cache clean --force instead.

Reference: https://github.com/tars/tars/issues/360 https://github.com/tars/tars/issues/361

artem-malko commented 6 years ago

done, as I think)