Aw snap! I tried locally the steps I described above and it worked cause I can
access that repo (facepalm).
As a workaround, as long as the Magnolia npm repository is not public, you can
do
[code]
cd npm-cli
npm install ../npm-build-tools/magnolia-magnolia-build-0.5.1-snapshot.tgz --save
sudo npm install -g
[/code]
This should make magnolia-build dependency point at the package on your
filesystem. You should see something like that in package.json
[code]
...
"dependencies": {
"@magnolia/magnolia-build":
"file:///Users/me/path/to/npm-build-tools/magnolia-magnolia-build-0.5.1-snapshot.tgz",
"adm-zip": "^0.4.7",
...
[/code]
HTH
--
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]>
----------------------------------------------------------------