Hi Jonas, at the moment our npm repository is still private, hence the error when trying to install the package. What you could do until the repository is made public is the following
[code] // this is a dependency needed by the CLI. We'll build it locally git clone https://git.magnolia-cms.com/scm/build/npm-build-tools.git cd npm-build-tools npm pack cd ../ git clone https://git.magnolia-cms.com/scm/build/npm-cli.git cd npm-cli npm install ../npm-build-tools/magnolia-magnolia-build-0.5.1-snapshot.tgz sudo npm install -g [/code] Now Magnolia CLI should be available at the command line. To spare some typing you may want to add bash autocompletion. [code]source /usr/local/lib/node_modules/@magnolia/cli/extra/mgnl-autocompletion.sh[/code] Hope this helps, Federico -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=ee7e7339-9468-4452-89b4-e564b288fda9 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
