错误module.js:540尝试运行meteor时创建simple-todos

时间:2018-03-21 15:00:15

标签: javascript node.js windows meteor windows-10

我通过CMD和meteor安装了巧克力,安装顺利。重新启动计算机后,我尝试从VSC启动meteor create simple-todo命令,我收到以下错误:

module.js:540
    throw err;
    ^

Error: Cannot find module 'C:\Users\ameli\AppData\Roaming\npm\node_modules\meteor\app\meteor\meteor.js'
    at Function.Module._resolveFilename (module.js:538:15)
    at Function.Module._load (module.js:468:25)
    at Function.Module.runMain (module.js:684:10)
    at startup (bootstrap_node.js:187:16)
    at bootstrap_node.js:608:3

我已检查此链接,node_module文件夹中没有meteor文件夹。

我还尝试了以下操作:在npm node_module中克隆git项目并使用https://install.meteor.com/windows进行安装,但它无法正常工作

有什么建议吗?

0 个答案:

没有答案