hyperlayout
hyperlayout copied to clipboard
Windows 10 => Can't find hyperlayout plugin in ~/.hyper.js
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

Same here. I also had this issue beforehand.