.npmrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 18 Sep 2021 23:31:05 +0300
changeset 993 43ccab60bb32
parent 983 710597383618
permissions -rw-r--r--
Exclude space prefixed commands from Bash history. This include Midnight Commander UI prompt (not shell).

# 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