Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on deprecated module "os-homedir" #75

Closed
wants to merge 3 commits into from
Closed

Remove dependency on deprecated module "os-homedir" #75

wants to merge 3 commits into from

Conversation

EightArmCode
Copy link

os-homedir was deprecated in favor of using the global module. This PR removes that dependency and tries to shim another option using process.env.HOME for older versions

Please republish to npm when it is working correctly

@EightArmCode
Copy link
Author

EightArmCode commented Aug 29, 2018

This appveyor instance seems to install the latest npm, instead of the latest compatible npm as reported here - shelljs/shelljs#844

@demurgos
Copy link
Contributor

Could you send this PR against the next branch of my fork? It contains major refactoring discussed in other issues. This fork is developed as part of the Node tooling initiative to support native V8 coverage. It will be merged once it is proven to work fine with real world use cases, but it should already be pretty stable.

@coreyfarrell
Copy link
Member

@EightArmCode thanks for the contribution. Removal of os-homedir was done as part of #91. We're working toward a spawn-wrap@2.0.0 release which will be used by nyc@15.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants