Skip to content

Commit

Permalink
fix(node): disable modern npm update notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed May 3, 2022
1 parent a07d278 commit a6e72fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/usr/local/buildpack/tools/node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function update_env () {

export_tool_path "${PREFIX}/bin"
export_tool_env NO_UPDATE_NOTIFIER 1
export_tool_env NPM_CONFIG_UPDATE_NOTIFIER false
export_tool_env NPM_CONFIG_FUND false

tool_env=$(find_tool_env)
Expand Down

0 comments on commit a6e72fb

Please sign in to comment.