Thank you, Federico! That's actually pretty similar to what I tried before. Sadly I'm still getting errors. Here's exactly what happened when following your instructions step by step:
[code] [img]null[/img]$ git clone https://git.magnolia-cms.com/scm/build/npm-build-tools.git Cloning into 'npm-build-tools'... remote: Counting objects: 121, done. remote: Compressing objects: 100% (104/104), done. remote: Total 121 (delta 43), reused 0 (delta 0) Receiving objects: 100% (121/121), 17.61 KiB | 0 bytes/s, done. Resolving deltas: 100% (43/43), done. Checking connectivity... done. ╭─MacBook-Pro ~/Documents/magnoli-cli ╰─$ cd npm-build-tools ╭─MacBook-Pro ~/Documents/magnoli-cli/npm-build-tools ‹master› ╰─$ npm pack magnolia-magnolia-build-0.5.1-snapshot.tgz ╭─MacBook-Pro ~/Documents/magnoli-cli/npm-build-tools ‹master*› ╰─$ cd ../ ╭─MacBook-Pro ~/Documents/magnoli-cli ╰─$ git clone https://git.magnolia-cms.com/scm/build/npm-cli.git Cloning into 'npm-cli'... remote: Counting objects: 484, done. remote: Compressing objects: 100% (481/481), done. remote: Total 484 (delta 300), reused 0 (delta 0) Receiving objects: 100% (484/484), 191.07 KiB | 0 bytes/s, done. Resolving deltas: 100% (300/300), done. Checking connectivity... done. ╭─MacBook-Pro ~/Documents/magnoli-cli ╰─$ cd npm-cli ╭─MacBook-Pro ~/Documents/magnoli-cli/npm-cli ‹master› ╰─$ npm install ../npm-build-tools/magnolia-magnolia-build-0.5.1-snapshot.tgz @magnolia/cli@0.0.1-snapshot /Users/.../Documents/magnoli-cli/npm-cli └─┬ @magnolia/magnolia-build@0.5.1-snapshot invalid ├─┬ fs-extra@0.26.7 │ ├── graceful-fs@4.1.4 │ ├── jsonfile@2.3.1 │ ├── klaw@1.3.0 │ ├── path-is-absolute@1.0.0 │ └─┬ rimraf@2.5.2 │ └─┬ glob@7.0.3 │ ├─┬ inflight@1.0.5 │ │ └── wrappy@1.0.2 │ ├─┬ minimatch@3.0.0 │ │ └─┬ brace-expansion@1.1.4 │ │ ├── balanced-match@0.4.1 │ │ └── concat-map@0.0.1 │ └── once@1.3.3 ├── process@0.11.4 └─┬ util@0.10.3 └── inherits@2.0.1 ╭─MacBook-Pro ~/Documents/magnoli-cli/npm-cli ‹master› ╰─$ sudo npm install -g npm ERR! Darwin 15.5.0 npm ERR! argv "/usr/local/Cellar/node/6.0.0/bin/node" "/usr/local/bin/npm" "install" "-g" npm ERR! node v6.0.0 npm ERR! npm v3.9.6 npm ERR! code E404 npm ERR! 404 Not found : @magnolia/magnolia-build npm ERR! 404 npm ERR! 404 '@magnolia/magnolia-build' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 It was specified as a dependency of '@magnolia/cli' npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url. npm ERR! Please include the following file with any support request: npm ERR! /Users/Documents/magnoli-cli/npm-cli/npm-debug.log ╭─MacBook-Pro ~/Documents/magnoli-cli/npm-cli ‹master› ╰─$ [/code] The logs show the same messages as in the previous post. -- 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: <user-list-unsubscr...@magnolia-cms.com> ----------------------------------------------------------------