Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

npme

Package Overview
Dependencies
Maintainers
2
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npme

One-step-installer for npm Enterprise servers

Source
npmnpm
Version
5.0.0-alpha.5
Version published
Weekly downloads
72
380%
Maintainers
2
Weekly downloads
 
Created
Source

npm Enterprise Installer

Build Status

One-step-installer for npm Enterprise.

Quickstart

To get up and running as quickly as possible, see the quickstart guide on the docs site.

Supported Platforms

Modern versions of Ubuntu (12.04+), CentOS/RHEL (7+), Debian (7.7+)

Prerequisites

You can find detailed prerequisites on the docs site.

Installing

  • Install Node.js via package manager
  • Update npm via sudo npm i -g npm@latest
  • Then install npme:
sudo npm install npme -g --unsafe

Once installation is complete visit https://your-server-address:8800 and bypass the security warning (you can provide your own certificate later to prevent this warning). You will be presented with a management UI which allows you to configure your npm Enterprise appliance.

You can find installation details on the docs site.

Connecting to the Registry

By default the npm Enterprise registry will be available on http://your-server-address:8080.

Simply run:

npm login --scope=@my-company-name --registry=http://your-server-address:8080

And publish modules using the corresponding scope name:

{
  "name": "@my-company-name/my-module",
  "repository": {
    "url": "git://github.mycompany.com/myco/mypackage.git"
  }
}

Details on client configuration and using npm Enterprise can be found on the docs site.

Updating

Access your server via HTTPS on port 8800 and check for updates via the management console.

FAQs

Package last updated on 09 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts