Removed .npmrc, HOME in Cygwin & running npm outside of Cygwin results in duplicating cache (in Cygwin HOME & in APPDATA).
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 23 Feb 2023 00:59:27 +0200
changeset 1016 8ba787ff5ab8
parent 1015 64055295c18c
child 1017 0d77f5f13675
Removed .npmrc, HOME in Cygwin & running npm outside of Cygwin results in duplicating cache (in Cygwin HOME & in APPDATA).
.npmrc
Makefile
--- 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
--- 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 \