# HG changeset patch # User Oleksandr Gavenko # Date 1677106767 -7200 # Node ID 8ba787ff5ab832b579e85044cf5714ac9440013b # Parent 64055295c18cbe3a837f2fa55cd4a4f66f990f01 Removed .npmrc, HOME in Cygwin & running npm outside of Cygwin results in duplicating cache (in Cygwin HOME & in APPDATA). diff -r 64055295c18c -r 8ba787ff5ab8 .npmrc --- a/.npmrc Mon Feb 20 01:20:35 2023 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -# https://docs.npmjs.com/cli/v7/configuring-npm/folders - -# npm config get prefix -prefix = ${HOME}/.local/npm -# npm config get cache -cache = ${HOME}/.cache/npm diff -r 64055295c18c -r 8ba787ff5ab8 Makefile --- a/Makefile Mon Feb 20 01:20:35 2023 +0200 +++ b/Makefile Thu Feb 23 00:59:27 2023 +0200 @@ -62,7 +62,7 @@ .dircolors .colordiffrc \ .bashrc .env.bash .bash_completion .bash_completion.d .zshrc \ .vimrc .ssh \ - .pylintrc .pystartup .tclshrc .npmrc .guile \ + .pylintrc .pystartup .tclshrc .guile \ .gradle/init.d/springColorLogging.gradle \ .sqshrc .psqlrc \ .signature .muttrc .tidy \