Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve npm path and fnm path on Windows
Microsoft App Store versions of python use a sandboxing technique that causes AppData to point to a per-app location via link. However shelling out to powershell or cmd does not seem to respect the sandbox links, so to access the actual files that were installed, we must explicitly `.resolve()` the paths before formatting them into command lines.
- Loading branch information