我正在尝试按照这些步骤构建我的自定义科尔多瓦插件。plugman createpackagejson .
从插件所在的文件夹运行命令后,我收到此错误:
C:\Users\[UserName]\AppData\Roaming\npm\node_modules\plugman\node_modules\cordova-lib\node_modules\init-package-json\node_modules\read-package-json\node_modules\json-parse-better-errors\index.js:9
const syntaxErr = e.message.match(/^Unexpected token.*position\s+(\d+)/i)
^^^^^
Use of const in strict mode.
有什么建议吗?