From 8c405941aa2e22b3dfed81211f06bf54d42a3ecd Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 27 Dec 2020 09:42:00 +0200 Subject: [PATCH] Some node and npm config. --- .bashrc | 1 + .npmrc | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .npmrc diff --git a/.bashrc b/.bashrc index 674a8f4..bd0b26f 100644 --- a/.bashrc +++ b/.bashrc @@ -41,6 +41,7 @@ export LESS_TERMCAP_ue=$'\E[0m' export LESS_TERMCAP_us=$'\E[01;32m' export LYNX_SAVE_SPACE="$HOME/Downloads" export LYNX_TEMP_SPACE="$HOME/.cache/lynx" +export NODE_PENDING_DEPRECATION='1' export PATH="$GOPATH/bin:/usr/lib/go/bin/:$PATH" export PATH="$HOME/.cabal/bin:$PATH" export PATH="$HOME/.cargo/bin:$PATH" diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..4dd7891 --- /dev/null +++ b/.npmrc @@ -0,0 +1,4 @@ +ignore-scripts=true +init-author-name=Nimrod Adar +init-author-email=nimrod@shore.co.il +init-author-url=https://git.shore.co.il/explore -- GitLab