Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/meteor/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Meteor找不到指定的路径_Meteor - Fatal编程技术网

Meteor找不到指定的路径

Meteor找不到指定的路径,meteor,Meteor,一天来一直在尝试启动meteor,但没有成功。这是我在cmd提示符下键入meteor时得到的结果- C:\Users\Chris&Vera>meteor 'Vera\AppData\Local\.meteor\' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. The

一天来一直在尝试启动meteor,但没有成功。这是我在cmd提示符下键入meteor时得到的结果-

C:\Users\Chris&Vera>meteor
'Vera\AppData\Local\.meteor\' is not recognized as an internal or external 
 command, operable program or batch file.
 The system cannot find the path specified.
 The system cannot find the path specified.
 module.js:327
    throw err;
    ^

Error: Cannot find module 'meteor-promise'
    at Function.Module._resolveFilename (module.js:325:15)
    at Function.Module._load (module.js:276:25)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at makeCompatible (C:\Users\Chris&Vera\AppData\Local\.meteor\packages\meteor-tool\1.4.4_2\mt-os.windows.x86_32\tools\tool-env\install-promise.js:6:3)
    at Object.<anonymous> (C:\Users\Chris&Vera\AppData\Local\.meteor\packages\meteor-tool\1.4.4_2\mt-os.windows.x86_32\tools\tool-env\install-promise.js:9:1)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
C:\Users\Chris&Vera>meteor
“Vera\AppData\Local\.meteor\”未被识别为内部或外部
命令、可操作程序或批处理文件。
系统找不到指定的路径。
系统找不到指定的路径。
module.js:327
犯错误;
^
错误:找不到模块“meteor promise”
在Function.Module.\u解析文件名(Module.js:325:15)
在Function.Module.\u加载(Module.js:276:25)
at Module.require(Module.js:353:17)
根据需要(内部/module.js:12:17)
在makeCompatible(C:\Users\Chris&Vera\AppData\Local\.meteor\packages\meteor tool\1.4.4\u 2\mt os.windows.x86\u 32\tools\tool env\install promise.js:6:3)
反对。(C:\Users\Chris&Vera\AppData\Local\.meteor\packages\meteor tool\1.4.4\u 2\mt os.windows.x86\u 32\tools\tool env\install promise.js:9:1)
在模块处编译(Module.js:409:26)
在Object.Module.\u extensions..js(Module.js:416:10)
在Module.load(Module.js:343:32)
在Function.Module.\u加载(Module.js:300:12)

请提供帮助。

卸载meteor并删除c:\Users\Chris&Vera\AppData\Local\.meteor文件夹。然后重新安装。我猜它与用户目录中的符号有关。在可执行路径中,这些类型的名称通常会带来挑战,如果依赖关系树中的任何内容不支持它们,则应用程序将失败。