Google Maps API for React

问题描述 投票:0回答:1

Screenshot of my error 我一直在尝试在我的 Visual Studio 代码编辑器中使用 npm install @vis.gl/react-google-maps 安装 google 地图 API,但最终收到此错误 -

行:1个字符:13

  • npm 安装@vis.gl/react-google-maps

    展开运算符“@”不能用于引用变量 在一个表达式中。 '@vis' 只能用作 a 的参数 命令。要引用表达式中的变量,请使用“$vis”。 + CategoryInfo : ParserError: (:) [], ParentContain 错误记录异常 +FullyQualifiedErrorId:SplattingNotPermission

我只需要一种安装此 npm 的方法,以便我可以访问我的项目的 APIProvider 属性

reactjs google-maps frontend
1个回答
0
投票

您可以尝试使用命令提示符而不是 powershell

© www.soinside.com 2019 - 2024. All rights reserved.