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

initialWorkingDirectory is not working #67

Open
linonetwo opened this issue Feb 15, 2019 · 3 comments
Open

initialWorkingDirectory is not working #67

linonetwo opened this issue Feb 15, 2019 · 3 comments

Comments

@linonetwo
Copy link

linonetwo commented Feb 15, 2019

I'm in hypercwd (1.3.0), Hyper 3.0.0-canary.8 (canary)

hypercwd: {
  initialWorkingDirectory: '~/Desktop'
},

But still open at ~.

@jamie29w
Copy link

jamie29w commented May 6, 2019

Same issue since updating. Has this been resolved?

@MarcelloTheArcane
Copy link

I wasn't putting the hypercwd inside the config in my .hyper.js.

The file is like this:

module.exports = {
  config: {
    // config options
    // add hypercwd inside here
  },

  // more things outside
}

@devchia254
Copy link

devchia254 commented Mar 26, 2020

I changed the initialWorkingDirectory from forward slash to backward slash (twice) and it worked for me.

hypercwd: { initialWorkingDirectory: "~\\Desktop" }

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

No branches or pull requests

4 participants