2017-03-03 84 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