1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-17 16:07:12 +03:00

npm is not Node Package Manager

npm does not (just?) stand for Node Package Manager
This commit is contained in:
Tri Nguyen 2017-07-03 23:26:20 -04:00 committed by Eugene Pankov
parent 55b53ed5b7
commit 78e115b698

View File

@ -41,8 +41,8 @@ h3 Installed
i.fa.fa-fw.fa-circle-o-notch.fa-spin(*ngIf='busy[plugin.name] == BusyState.Uninstalling')
.text-center.mt-5(*ngIf='npmMissing')
h4 NPM not installed
p.mb-2 The Node Package Manager is required to install Terminus plugins.
h4 npm not installed
p.mb-2 a(href='https://www.npmjs.com/')npm is required to install Terminus plugins.
.btn-group
button.btn.btn-outline-primary((click)='downloadNPM()')
i.fa.fa-download