Browse Source

Yarn set node_modules as default linker

master
Harish Karumuthil 2 months ago
parent
commit
d393de9c85
  1. 5
      home/.local/Apps/daily-utils/bin/hari-tools.sh

5
home/.local/Apps/daily-utils/bin/hari-tools.sh

@ -429,6 +429,11 @@ fontCacheRefresh(){
fc-cache -f -v fc-cache -f -v
} }
# tell yarn to use node_modules directory
yarnUseNodemodules(){
yarn config set nodeLinker node-modules
}
# usbreset # usbreset
usbreset(){ usbreset(){
set -x set -x

Loading…
Cancel
Save