mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-21 22:33:42 +01:00
decided to remove mdpdf anyways, not desired result.
This commit is contained in:
parent
08e768f46b
commit
21cae0eb56
1
dependencies/npm.txt
vendored
1
dependencies/npm.txt
vendored
@ -1,4 +1,3 @@
|
||||
markdown-toc
|
||||
gtop
|
||||
http-server
|
||||
mdpdf
|
||||
|
@ -121,8 +121,6 @@ function install_dependencies {
|
||||
|
||||
fileToList dependencies/pip.txt | xargs sudo pip install
|
||||
|
||||
# disable chromium downloads for npm
|
||||
sudo npm config set puppeteer_skip_chromium_download true -g
|
||||
fileToList dependencies/npm.txt | xargs sudo npm install -g
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user