bitnami解析服务器升级问题

时间:2020-06-24 10:48:17

标签: java android amazon-web-services parse-platform bitnami

我正在尝试使用bitnami链接中的说明升级AWS Parse服务器。我在AWS上使用bitnami-ami创建了EC2实例。

https://docs.bitnami.com/aws/apps/parse/administration/upgrade/

我遇到以下错误:

:/opt/bitnami/parse# npm install parse-server parse-dashboard
npm ERR! code ENOSELF
npm ERR! Refusing to install package with name "parse-server" under a package
npm ERR! also called "parse-server". Did you name your project the same
npm ERR! as the dependency you're installing?
npm ERR!
npm ERR! For more information, see:
npm ERR!     <https://docs.npmjs.com/cli/install#limitations-of-npms-install-algorithm>

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2020-06-24T10_33_39_499Z-debug.log

该错误很奇怪,因为升级确实意味着将替换现有文件夹。那么这到底是什么意思?拒绝在软件包下安装名称为“ parse-server”的软件包 也称为“解析服务器” '

我正在使用sudo运行命令,因此权限不是问题。

ctlscript状态 ***************** ***************** 尽管它与上述问题并不完全相关,但是我在此提出,以防有人遇到此问题。我的状态不正确。脚本显示一切正常,而实际上一切正常,我可以登录。

/opt/bitnami# ./ctlscript.sh status
mongodb not running
apache not running
parse-dashboard not running
parse not running

0 个答案:

没有答案