--prefix flag is ignored by npm on Windows, causing it to look for package.json in user home dir instead of core dir. Switch to explicit Set-Location (cd) to change CWD before running npm install.
--prefix flag is ignored by npm on Windows, causing it to look for package.json in user home dir instead of core dir. Switch to explicit Set-Location (cd) to change CWD before running npm install.