简体   繁体   中英

Why does visual studio need a solution file for nodejs projects?

我想制作一个可以使用Visual Studio以外的IDE /编辑器进行编辑的nodejs应用程序,并且想知道为什么需要一个解决方案文件,因为依赖项是由npm管理的。

The solution file holds a lot of data to setup your IDE. Most IDE's store some project specific data in your project root. The solution will just map out the actions of the run/debug actions, and specify other project specific parameters.

Because solution file contains reference of assembly files and other dependencies. You can check it by opening solution file in notepad.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM