hyperlayout icon indicating copy to clipboard operation
hyperlayout copied to clipboard

Windows 10 => Can't find hyperlayout plugin in ~/.hyper.js

Open JWess opened this issue 5 years ago • 1 comments

I followed the install instructions and created the following package.json in my test directory:

{
  "hyperlayout": {
    "default": [
      [
        "echo 'Hello'",
        "echo 'World'"
      ]
    ]
  }
}

But when I run hyperlayout, I am seeing the message Can't find hyperlayout plugin in ~/.hyper.js. You can install it with: $ hpm install hyperlayout

image

JWess avatar Jun 20 '20 19:06 JWess

Same here. I also had this issue beforehand.

NeonWizard avatar Aug 29 '20 23:08 NeonWizard