Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

OS X APPDATA #24

Closed
jiangyuan opened this issue Aug 25, 2016 · 2 comments
Closed

OS X APPDATA #24

jiangyuan opened this issue Aug 25, 2016 · 2 comments

Comments

@jiangyuan
Copy link
Contributor

macOS env.APPDATA should be undefined, but cross-env created a 'undefined' string.

this could be better:

if (process.env.APPDATA) {
  envVars.APPDATA = process.env.APPDATA;
}
@kentcdodds
Copy link
Owner

Would you like to http://makeapullrequest.com ?

@jiangyuan
Copy link
Contributor Author

I'll try it.

jiangyuan pushed a commit to jiangyuan/cross-env that referenced this issue Aug 29, 2016
jiangyuan added a commit to jiangyuan/cross-env that referenced this issue Aug 29, 2016
kentcdodds pushed a commit that referenced this issue Aug 29, 2016
* fix(defaults): macOS env.APPDATA should be undefined

Close #24

* fix(defaults): macOS env.APPDATA should be undefined

Close #24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants