boneskull/midnight-smoker

support "system" package manager

boneskull opened this issue · 1 comments

The default package manager is npm@latest, but that should probably be npm@system. That is whatever npm is in your PATH.

Since system is not a dist-tag used by any package managers (I don't love relying on that, but whatever), we'll need to special-case it. In the case of yarn@system, this is whatever yarn you have installed.

If a "system" package manager is not found, throw.

done in #402