You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix code execustion due to fs.rm
The fs module did not have an rm method in v12.x. Using rmdir instead.
This commit also handles empty lists of packages to install better and
improves equality checks for type safety.