2017-03-03 82 views
0

的时候,却得到与hyperterm-transparent-bg超级终端无法找到模块错误,安装我已经安装了几个插件,插件

plugins: [ 
    'hyperterm-material', 
    'hyperterm-transparent-bg', 
    'hyperterm-blink' 
], 

以下的错误不工作,我不断收到一个找不到模块的错误,即使我的路径是正确的。

enter image description here

enter image description here

​​

我重新安装超级终端,它看起来并不像它可以重建NPM-文件的debug.log :(

Here is the gist to the last one I had saved off.

回答

0

由于这个答案在他们的回购协议后设置外壳属性固定:https://github.com/dfrankland/hyper-transparent-bg/issues/9#issuecomment-284415902

显然,它改变了这个插件,而不是:https://www.npmjs.com/package/hyper-transparent

我以前yarn代替npm进行安装:在我yarn add npm i hyper-transparent

然后。 hyper.js配置:

plugins: [ 
    'hyperterm-material', 
    'hyperterm-blink', 
    'hyper-transparent' 
] 

明白了!花了我一秒时间才意识到透明度控制着OSX工具栏视图菜单中的哪个位置。

enter image description here