用于Visual Studio的Node.js NTVS工具

以下状态显示在我的视觉工作室

以下状态显示在我的视觉工作室我是新的node.js …任何人帮助关于整个组件安装….和有帮助的教程有关以node.js开始通过vs2012

正确安装您的NPM。 并确保列出的这些版本在package.json中

Try This: C:\Anthony\Demo\ExpressApp1\ExpressApp1>npm init This utility will walk you through creating a package.json file. It only covers the most common items, and tries to guess sane defaults. See `npm help json` for definitive documentation on these fields and exactly what they do. Use `npm install <pkg> --save` afterwards to install a package and save it as a dependency in the package.json file. Press ^C at any time to quit. name: (ExpressApp1) version: (0.0.0) description: entry point: (app.js) test command: git repository: keywords: author: license: (ISC) About to write to C:\Anthony\Demo\ExpressApp1\ExpressApp1\package.json: { "name": "ExpressApp1", "version": "0.0.0", "description": "", "main": "app.js", "dependencies": { "express": "~3.4.4", "jade": "~1.1.5", "stylus": "~0.42.2" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1"