Nginx – custom registry – why only package.json extracted?
For security reasons I need to setup a custom npm-registry. I configure a local http-registry (nginx) using this command: npm config set @example:registry=http://localhost/ Then I place two files to nginx . .. @example%2fmodel model.tgz The contents of @example%2fmodel is: {…