Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Run the following command in a shell to install Magnolia CLI:

Code Block
npm install @magnolia/cli -g

Depending on your permissions and the location where you have installed Node.js, you may have to execute the command above with root permissions. 
Without  Without installation permissions you will notice messages such as npm ERR! in the shell. 

On Linux or Mac OS - X to run this command as root use:

...