jonschlinkert / global-prefix

Get the npm global path prefix. Same code used internally by npm.
MIT License
28 stars 12 forks source link

Path fixes #13

Closed doowb closed 7 years ago

doowb commented 7 years ago

This PR should address the currently open issues #11, #12 and fix the problem for the PR #10.

This is done by replacing osenv with homedir-polyfill and updating the tests to check that the returned prefix path exists.