panosoft / node-chartist

SVG Charts on the server.
The Unlicense
82 stars 20 forks source link

npm install fails: Path /@panosoft/ramda-utils not found in group repository npm-all #15

Closed DmitryFromDubna closed 7 years ago

DmitryFromDubna commented 7 years ago

npm install fails with the following output:


(node:9260) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
npm ERR! registry error parsing json
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files (x86)\\Nodist\\bin\\node_modules\\npm\\bin\\npm-cli.js" "install" "node-chartist"
npm ERR! node v6.2.1
npm ERR! npm  v3.5.2

npm ERR! Unexpected token < in JSON at position 0
npm ERR! <html>
npm ERR!   <head>
npm ERR!     <title>404 - Path /@panosoft/ramda-utils not found in group repository &quot;npm-all&quot; [id=npm-all].</title>
npm ERR!     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
npm ERR!
npm ERR!     <link rel="icon" type="image/png" href="http://nexus.jpg.com/favicon.png">
npm ERR!     <!--[if IE]>
npm ERR!     <link rel="SHORTCUT ICON" href="http://nexus.jpg.com/favicon.ico"/>
npm ERR!     <![endif]-->
npm ERR!
npm ERR!     <link rel="stylesheet" href="http://nexus.jpg.com/static/css/Sonatype-content.css?2.14.3-02" type="text/css" media="screen" title="no title" charset="utf-8">
npm ERR!   </head>
npm ERR!   <body>
npm ERR!     <h1>404 - Path /@panosoft/ramda-utils not found in group repository &quot;npm-all&quot; [id=npm-all].</h1>
npm ERR!     <p>Path /@panosoft/ramda-utils not found in group repository &quot;npm-all&quot; [id=npm-all].</p>
npm ERR!   </body>
npm ERR! </html>
n```
DmitryFromDubna commented 7 years ago

npm-debug.zip

DmitryFromDubna commented 7 years ago

Seems to be related to a custom npm registry I was using...

alexgig commented 7 years ago

Thanks for the update.

Best regards, Alex