我刚刚下载了meteor并开始了第一个教程,你可以在其中制作一个待办事项清单。在运行我的代码时,命令提示符弹出了这个错误:
Microsoft Windows [Version 10.0.10240]
(c) 2015 Microsoft Corporation. All rights reserved.
C:\Users\Rhys>cd ./desktop/simple-todos
C:\Users\Rhys\Desktop\simple-todos>meteor
[[[[[ C:\Users\Rhys\Desktop\simple-todos ]]]]]
=> Started proxy.
C:\Users\Rhys\AppData\Local\.meteor\packages\meteor-tool\1.1.9\mt-os.windows.x86
_32\dev_bundle\lib\node_modules\fibers\future.js:278
throw(ex);
^
Error: Couldn't run tasklist.exe: tasklist wasn't found on your system, it usual
ly can be found at C:\Windows\System32\.
at Object.Future.wait (C:\Users\Rhys\AppData\Local\.meteor\packages\meteor-t
ool\1.1.9\mt-os.windows.x86_32\dev_bundle\lib\node_modules\fibers\future.js:398:
15)
at findMongoPids (C:\tools\runners\run-mongo.js:134:16)
at findMongoAndKillItDead (C:\tools\runners\run-mongo.js:279:14)
at launchOneMongoAndWaitForReadyForInitiate (C:\tools\runners\run-mongo.js:4
00:7)
at launchMongo (C:\tools\runners\run-mongo.js:656:7)
at [object Object]._.extend._startOrRestart (C:\tools\runners\run-mongo.js:7
56:19)
at [object Object]._.extend.start (C:\tools\runners\run-mongo.js:714:10)
at C:\tools\runners\run-all.js:168:26
- - - - -
at C:\tools\runners\run-mongo.js:84:24
at exithandler (child_process.js:654:7)
at ChildProcess.errorhandler (child_process.js:670:5)
at ChildProcess.emit (events.js:95:17)
at Process.ChildProcess._handle.onexit (child_process.js:818:12)
C:\Users\Rhys\Desktop\simple-todos>
我进入了位置C:\ Windows \ System32,而tasklist.exe确实存在。
我尝试了一些在线的东西,但无法找到明确的答案。我也尝试重新安装程序,但这也没有用。
如果你能帮助我,我会很感激。 谢谢。答案 0 :(得分:0)
确保您的system32文件夹存储在path
下的环境变量中。此env变量告诉Windows及后续命令行参数,如果工作目录中不存在命令(.exe .bat.cmd),则检查path
变量中的目录以查看它们是否存在。这就是ipconfig
等命令行命令在任何目录中的工作方式。