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
{{ message }}
This repository has been archived by the owner on May 13, 2020. It is now read-only.
There are a couple of places (src/exec.ts and src/resources.ts) that rely upon the existence of a HOME environment variable. On Windows this will not exist by default. I think you should probably also be trying USERPROFILE. For example, I got it working by editing those files as follows (respectively):
There are a couple of places (src/exec.ts and src/resources.ts) that rely upon the existence of a
HOME
environment variable. On Windows this will not exist by default. I think you should probably also be tryingUSERPROFILE
. For example, I got it working by editing those files as follows (respectively):I've now added a PR (see below) that makes the same change.
The text was updated successfully, but these errors were encountered: