realm / realm-object-server

Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's
https://realm.io
293 stars 42 forks source link

Incorrect notice when installing Realm Object Server #332

Closed revolter closed 6 years ago

revolter commented 6 years ago

Goals

Expected Results

nvm's README says that:

The script clones the nvm repository to \~/.nvm and adds the source line to your profile (~/.bash_profile, ~/.zshrc, ~/.profile, or ~/.bashrc).

Actual Results

The following message was printed:

!!!! NOTICE !!!!

We have installed NVM, The NodeJS Version Manager for you. In order to continue, you will
need to inject NVM into your current shell.  You do do so by running:

    export NVM_DIR="/Users/revolt/.nvm"
    . "/Users/revolt/.nvm/nvm.sh"  # This loads nvm

But:

  1. Those lines are instead automatically added.
  2. Those lines are actually:
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion

Steps to Reproduce

Code Sample

Version of Realm and Tooling

Logs

systemctl status realm-object-server.service Paste output here
sudo journalctl -u realm-object-server.service Paste output here
cat /var/log/realm-object-server.log Paste output here
revolter commented 6 years ago

Also:

◢ Installing dependencies... A little patience is good.undefined
astigsen commented 6 years ago

Closing this for now as it relates to an outdated version of ROS. Please reopen if the problem resurfaces.