Skip to content

Commit 05b4754

Browse files
committed
[FIX] Make compatible with recent npm versions
1 parent f017a3d commit 05b4754

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/install.bash

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -843,9 +843,6 @@ function install_virtual_env {
843843

844844
execv nodeenv "${nodeenv_opts[@]}"; # Install node environment
845845

846-
exec_npm set user 0;
847-
exec_npm set unsafe-perm true;
848-
849846
echoe -e "${BLUEC}Virtualeenv initialization completed!${NC}"
850847
fi
851848
}

0 commit comments

Comments
 (0)