0

如Amplify JavaScript - AWS 文档中所述,我正在尝试在 Windows 10 机器上安装 AWS Amplify

作为先决条件,我安装了以下版本

  1. 节点 - v10.14.2
  2. npm - 6.4.1

当我拍摄安装命令时npm install -g @aws-amplify/cli,它给了我以下错误。

在此处输入图像描述

npm WARN deprecated fsevents@1.2.9: One of your dependencies needs to upgrade to fsevents v2

npm WARN relay-compiler@6.0.0 requires a peer of graphql@^14.2.0 but none is installed. You must install peer dependencies yourself

npm ERR! Maximum call stack size exceeded

你能帮我理解这里有什么问题吗?

4

1 回答 1

0

try cleaning the npm cache and try installing again

npm rebuild

于 2019-12-09T10:03:46.900 回答