Skip to content

MsBuild.TypeScript uses Node 32bit by default #32733

Closed
@SlavkaOnline

Description

@SlavkaOnline

I tried to use MSBuild.Typescript and discover that it uses only 32bit version of Node.
This is written in Microsoft.TypeScript.targets
<NodePath Condition="'$(OS)' == 'Windows_NT' AND Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\NodeJs\\node.exe')">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\NodeJs</NodePath>
But in this path we have win-x64 directory with 64bit version node.exe.
Is it correct? When I use node from cmd I use 64bit Node

Metadata

Metadata

Assignees

No one assigned

    Labels

    QuestionAn issue which isn't directly actionable in code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions