sindresorhus / trash

Move files and directories to the trash
MIT License
2.57k stars 78 forks source link

6.1.0 requires node 10 #91

Closed Julusian closed 4 years ago

Julusian commented 4 years ago

The recent v6.1.0 release upgrades the required xdg-trashdir to v3. xdg-trashdir v3 increases the minimum node version to 10, meaning that 6.1.0 fails to install on node 8.

This is causing breakages on any node 8 linux system using trash-cli as it will get this package update.

This appears to only affect yarn. npm looks to not check the engines property