如Amplify JavaScript - AWS 文档中所述,我正在尝试在 Windows 10 机器上安装 AWS Amplify
作为先决条件,我安装了以下版本
- 节点 - v10.14.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
你能帮我理解这里有什么问题吗?