Fix setting NODE_PATH.
Review Request #14744 — Created Dec. 22, 2025 and submitted — Latest diff uploaded
A last-minute bug snuck into the settings for NODE_PATH while I was
moving the jquery-ui stuff over to the build-media script, causing the
generator for node_modules paths to be evaluated twice. This resulted in
NODE_PATH being set to an empty string. This change removes the code
that was supposed to be removed.
Built static media successfully.