Merge "v.io/jiri: add policy driven flags for merging environment variables."
diff --git a/web/Makefile b/web/Makefile
index 30eb4f0..77915e8 100644
--- a/web/Makefile
+++ b/web/Makefile
@@ -1,6 +1,6 @@
 MAKEFLAGS += --warn-undefined-variables
 PATH := node_modules/.bin:$(PATH)
-NODE_DIR := $(shell jiri v23-profile env --profile=nodejs V23_TARGET_INSTALLATION_DIR=)
+NODE_DIR := $(shell jiri v23-profile list --info Target.InstallationDir nodejs)
 PATH := $(PATH):$(NODE_DIR)/bin
 SHELL := /bin/bash
 VDLPATH := $(JIRI_ROOT)/release/go/src:$(shell cd ..; pwd)