theintern / intern-tutorial

Learn how to use Intern by following this tutorial!
http://theintern.io
144 stars 44 forks source link

Error: "Unexpected token <" appears when setting up tutorial #33

Open Johnesco opened 7 years ago

Johnesco commented 7 years ago

Is this an issue with the tutorial or just my environment?

Steps for Repro

  1. Install tutorial via git clone https://github.com/theintern/intern-tutorial.git
  2. switch to tutorial directory cd intern-tutorial
  3. Run command npm install --save-dev intern

Observed Results

npm ERR! registry error parsing json
npm ERR! registry error parsing json
npm ERR! Darwin 16.1.0
npm ERR! argv "/Users/jescobedo/.nvm/versions/node/v4.5.0/bin/node" "/Users/jescobedo/.nvm/versions/node/v4.5.0/bin/npm" "install" "--save-dev" "intern"
npm ERR! node v4.5.0
npm ERR! npm  v2.15.9
npm ERR! Unexpected token <
npm ERR! <html>
npm ERR!   <head>
npm ERR!     <title>404 - Request is serviced by NPM metadata service, remote access not needed from DefaultNpmProxyRepository(id=npmjs.org-proxy)</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://mavenrepo.wsm.local:8081/nexus/c/favicon.png">
npm ERR!     <!--[if IE]>
npm ERR!     <link rel="SHORTCUT ICON" href="http://mavenrepo.wsm.local:8081/nexus/c/favicon.ico"/>
npm ERR!     <![endif]-->
npm ERR! 
npm ERR!     <link rel="stylesheet" href="http://mavenrepo.wsm.local:8081/nexus/c/static/css/Sonatype-content.css?2.13.0-01" type="text/css" media="screen" title="no title" charset="utf-8">
npm ERR!   </head>
npm ERR!   <body>
npm ERR!     <h1>404 - Request is serviced by NPM metadata service, remote access not needed from DefaultNpmProxyRepository(id=npmjs.org-proxy)</h1>
npm ERR!     <p>Request is serviced by NPM metadata service, remote access not needed from DefaultNpmProxyRepository(id=npmjs.org-proxy)</p>
npm ERR!   </body>
npm ERR! </html>