Allow running NPM as sudo (fix #690) (#723)

* Allow running NPM as sudo (fix #690)

* asd

* fix
This commit is contained in:
Roey Darwish Dror
2021-06-09 10:52:48 +03:00
committed by GitHub
parent f8648c9bc7
commit f39899c3ff
4 changed files with 46 additions and 11 deletions

View File

@@ -81,3 +81,7 @@
# to upgrade it. Use this only if you installed Topgrade by using a package
# manager such as Scoop to Cargo
#self_rename = true
[npm]
# Use sudo if the NPM directory isn't owned by the current user
#use_sudo = true