我无法让陨石和Telescope在Windows 7上运行,任何想法我们应该如何做到这一点?
这是我试过的:
C:\用户\勇士\应用程序数据\漫游\ NPM \ node_modules \陨石\ node_modules \ DDP \ node_modules \瓦特 s \ build \ bufferutil.vcxproj(18,3):错误MSB4019:导入的项目 找不到“C:\ Microsoft.Cpp.D efault.props”。确认路径 在声明中是正确的,并且文件存在 磁盘。
C:\用户\勇士\应用程序数据\漫游\ NPM \ node_modules \陨石\ node_modules \ DDP \ node_modules \瓦特 s \ build \ validation.vcxproj(18,3):错误MSB4019:导入的项目 找不到“C:\ Microsoft.Cpp.D efault.props”。确认路径 在声明中是正确的,并且文件存在 磁盘。
mrt
运行它,但是错过了关于缺少Meteorite的依赖关系的错误。手动将“router”和“page-js”包复制为“Meteor / packages”suggested here:但是,仍然可以毫无错误地退出mrt
或mrt run
。
但是,使用meteor
命令运行有时会在localhost上启动服务器,然后由于文件丢失而失败,有时无法找到/启动MongoDB。
答案 0 :(得分:1)
安装Microsoft Visual C++ 2010 Service Pack 1 Compiler Update for the Windows SDK 7.1(根据https://github.com/TooTallNate/node-gyp的建议)修复了MSB4019
错误,因为我在Windows7 x64上执行了npm install xxx
。
该更新的自述文件指出建议的顺序是