Closed DmitryFromDubna closed 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 "npm-all" [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 "npm-all" [id=npm-all].</h1> npm ERR! <p>Path /@panosoft/ramda-utils not found in group repository "npm-all" [id=npm-all].</p> npm ERR! </body> npm ERR! </html> n```
npm-debug.zip
Seems to be related to a custom npm registry I was using...
Thanks for the update.
Best regards, Alex
npm install fails with the following output: