Note that there are some explanatory texts on larger screens.

plurals
  1. PONode.js - Connect version incompatible
    primarykey
    data
    text
    <p>My connect version installed on the machine is 2.3.4. When i install packages like node-inspector, mongoose etc it says my connect version should be between 1.8 to 1.9 and aborts. </p> <p>Should i uninstall my connect and install older version ?</p> <p>Error logs:</p> <pre><code>npm ERR! message No compatible version found: connect@'&gt;=1.8.5- &lt;1.9.0-' npm ERR! message Valid install targets: npm ERR! message ["0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.1.0","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.3.0","0.4.0","0.5.0","0.5.1","0.5.2","0.5.3","0.5.4","0.5.5","0.5.6","0.5.7","0.5.8","0.5.9","0.5.10","1.0.0","1.0.1","2.2.2","2.3.0","2.3.1","2.3.2","2.3.3","1.9.1","2.3.4"] </code></pre> <p>Full Logs:</p> <pre><code>npm http GET https://registry.npmjs.org/node-inspector npm http 200 https://registry.npmjs.org/node-inspector npm http GET https://registry.npmjs.org/socket.io npm http GET https://registry.npmjs.org/connect npm http GET https://registry.npmjs.org/async npm http 304 https://registry.npmjs.org/connect npm ERR! Error: No compatible version found: connect@'&gt;=1.8.5- &lt;1.9.0-' npm ERR! Valid install targets: npm ERR! ["0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.1.0","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.3.0","0.4.0","0.5.0","0.5.1","0.5.2","0.5.3","0.5.4","0.5.5","0.5.6","0.5.7","0.5.8","0.5.9","0.5.10","1.0.0","1.0.1","2.2.2","2.3.0","2.3.1","2.3.2","2.3.3","1.9.1","2.3.4","2.3.5"] npm ERR! at installTargetsError (/usr/local/lib/node_modules/npm/lib/cache.js:506:10) npm ERR! at next_ (/usr/local/lib/node_modules/npm/lib/cache.js:452:17) npm ERR! at next (/usr/local/lib/node_modules/npm/lib/cache.js:427:44) npm ERR! at /usr/local/lib/node_modules/npm/lib/cache.js:419:5 npm ERR! at saved (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:136:7) npm ERR! at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:230:7 npm ERR! at Object.oncomplete (fs.js:297:15) npm ERR! [Error: No compatible version found: connect@'&gt;=1.8.5- &lt;1.9.0-' npm ERR! Valid install targets: npm ERR! ["0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.1.0","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.3.0","0.4.0","0.5.0","0.5.1","0.5.2","0.5.3","0.5.4","0.5.5","0.5.6","0.5.7","0.5.8","0.5.9","0.5.10","1.0.0","1.0.1","2.2.2","2.3.0","2.3.1","2.3.2","2.3.3","1.9.1","2.3.4","2.3.5"]] npm ERR! You may report this log at: npm ERR! &lt;http://github.com/isaacs/npm/issues&gt; npm ERR! or email it to: npm ERR! &lt;npm-@googlegroups.com&gt; npm ERR! System Linux 3.0.0-17-generic-pae npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "node-inspector" </code></pre>
    singulars
    1. This table or related slice is empty.
    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.
 

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