jdx / npm-register

Your own private npm registry and backup server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPM Installing packages 404's

dgautsch opened this issue · comments

Found in version 2.7.1

Steps to Reproduce

  1. Run npm install axios --save
  2. Package 404's

Expected: Package should resolve

The response body for axios is a string and not an object like most packages. Putting a check in for this to parse it out.