npm install --save @antv/g6报如下错误 CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException FullyQualifiedErrorId : UnrecognizedToken 从错误中得知源文本中存在无法识别的标记 解决办法 npm install --save '@antv/g6' 给依赖包外层加单引号或者双引号