简体   繁体   English

我可以在一台机器上安装多个版本的Typescript吗?

[英]Can I install more than one version of Typescript on a machine?

I'd like to start playing with the latest versions of Typescript but I have production code using 0.82, and I don't want to switch it until I have checked out the new version (we use lots of modules). 我想开始使用最新版本的Typescript,但我的生产代码使用的是0.82,在我签出新版本之前,我们不希望切换它(我们使用了许多模块)。

Can multiple versions on a machine play nicely? 一台机器上的多个版本能否正常播放?

This isn't supported in Visual Studio. Visual Studio不支持此功能。 Best you could do is just install/uninstall on an as-needed basis. 您能做的最好的事情就是根据需要安装/卸载。

If you just wanted to try compiling things on the command line, you could use the NPM package and download specific versions that way. 如果您只想尝试在命令行上进行编译,则可以使用NPM软件包并以这种方式下载特定版本。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我可以在多台计算机上使用Visual Assist X吗? - Can I use Visual Assist X on more than one machine? 我可以使用RequiredFieldValidator来检查多个ControlToValidate吗? - Can I have RequiredFieldValidator to check for more than one ControlToValidate? 该项目当前包含对多个版本的引用 - The project currently contains references to more than one version 在Visual Studio中,如何一次选择多个文件? - In Visual Studio, how I can select more than one file at once? 我如何才能获得多个jpg。 或任何文件夹中的txt文件? - How can i get more than one jpg. or txt file from any folder? 我可以在同一台机器上安装Visual Studio 6和Visual Studio 2008吗? - Can I install Visual Studio 6 and Visual Studio 2008 on the same machine? Dropbox .NET SDK安装失败(一个或多个软件包与.NETCoreApp,Version = v1.1不兼容。) - Dropbox .NET SDK failed to install (One or more packages are incompatible with .NETCoreApp,Version=v1.1.) 在哪里可以找到安装在 Visual Studio 中的 TypeScript 版本? - Where can I find the TypeScript version installed in Visual Studio? 我可以在同一台计算机上安装两个版本相同的visual studio吗? - Can I install two visual studio with the same version in the same computer? 如何在读取文件时在C#中向我的列表/数组添加多个元素,这样我可以在文本的每一行打印一行? - How to add more than one element to my list/array in C# while reading a file, so I can print all on one line per line of the text?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM