当使用Heroku时,我在终端中得到这个错误消息:
(node:59291) Error Plugin: heroku: could not find package.json with {
type: 'core',
root: '/usr/local/lib/node_modules/heroku',
name: '@heroku-cli/plugin-buildpacks'
}
module: @oclif/config@1.13.2
task: loadPlugins
plugin: heroku
root: /usr/local/lib/node_modules/heroku
See more details with DEBUG=*
不知道从哪里开始解决这个问题。当我已经安装了CLI时,我尝试通过NPM安装Heroku,不确定这是否是原因…
我通过brew和npm i heroku -g
安装了Heroku, -g使它成为全局的,安装在错误中提到的位置。我卸载了npm版本,它又恢复正常了。npm uninstall heroku -g