Note that there are some explanatory texts on larger screens.

plurals
  1. POUnable to install juggernaut using npm on mac Os X - version 10.7.4
    primarykey
    data
    text
    <p>I followed the link below to install npm</p> <p><a href="http://shapeshed.com/setting-up-nodejs-and-npm-on-mac-osx/" rel="nofollow">http://shapeshed.com/setting-up-nodejs-and-npm-on-mac-osx/</a></p> <p>Node -v 0.8.2 was installed properly.</p> <p>Then I used the following command to install npm</p> <pre><code>curl http://npmjs.org/install.sh | sh </code></pre> <p>but I got an error saying - </p> <pre><code>Failed to get tarball url for npm/1.1 </code></pre> <p>I also cloned npm from github and then did make install but it stopped at the third line shown below.</p> <pre><code>npm http GET https://github.com/isaacs/ronnjs/tarball/master npm http 200 https://github.com/isaacs/ronnjs/tarball/master npm http GET https://registry.npmjs.org/opts </code></pre> <p>After trying for sometime I then downloaded the install.sh file and then changed <a href="https://registry.npmjs.org/" rel="nofollow">https://registry.npmjs.org/</a> to <a href="http://registry.npmjs.org/" rel="nofollow">http://registry.npmjs.org/</a> at all places.</p> <p>Then as a root user I ran the following command </p> <pre><code>bash path_to_install.sh </code></pre> <p>and npm -v = 1.1.42 was installed </p> <p>But when I tried to install juggernaut with the following command</p> <pre><code>npm install -g juggernaut </code></pre> <p>It gets stuck at the following line and nothing happens.</p> <pre><code>npm http GET https://registry.npmjs.org/juggernaut </code></pre> <p>I guess the problem is with the https url or the way I installed npm.</p> <p>How can I fix this problem.</p> <p>Any help would be appreciated.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload