TBR: Fix npm and node paths for new profile.

Change-Id: I6c0dd95d92d1f8e8bc0816f7ff76e19dd59803c2
diff --git a/client/Makefile b/client/Makefile
index 46b29de..349ab62 100644
--- a/client/Makefile
+++ b/client/Makefile
@@ -1,5 +1,5 @@
-PATH := bin:node_modules/.bin:$(PATH)
-PATH := $(PATH):$(JIRI_ROOT)/third_party/cout/node/bin
+NODE_DIR := $(shell jiri v23-profile env --profile=nodejs V23_TARGET_INSTALLATION_DIR=)
+PATH := bin:node_modules/.bin:$(PATH):$(NODE_DIR)/bin
 SHELL := /bin/bash -euo pipefail
 
 js_files := $(shell find browser -name "*.js")