Sign inSign up

openeuler/npm

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

6.9K

openeuler/npm repository overview

Quick reference

npm | openEuler

Current npm docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

npm is the world's largest software registry. Open source developers from every continent use npm to share and borrow packages, and many organizations use npm to manage private development as well.

Learn more about npm on npm Website⁠.

The tag of each npm docker image is consist of the version of npm and the version of basic image. The details are as follows

TagCurrentlyArchitectures
11.13.0-oe2403sp4npm 11.13.0 on openEuler 24.03-LTS-SP4amd64, arm64
11.13.0-oe2403sp3npm 11.13.0 on openEuler 24.03-LTS-SP3amd64, arm64
11.12.0-oe2403sp3npm 11.12.0 on openEuler 24.03-LTS-SP3amd64, arm64
11.8.0-oe2403sp3npm 11.8.0 on openEuler 24.03-LTS-SP3amd64, arm64
11.6.4-oe2403sp2npm 11.6.4 on openEuler 24.03-LTS-SP2amd64, arm64
11.6.3-oe2403sp2npm 11.6.3 on openEuler 24.03-LTS-SP2amd64, arm64
11.6.2-oe2403sp2npm 11.6.2 on openEuler 24.03-LTS-SP2amd64, arm64
11.4.2-oe2403sp1npm 11.4.2 on openEuler 24.03-LTS-SP1amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} based on their requirements.

  • Pull the openeuler/npm image from docker

    docker pull openeuler/npm:{Tag}
    
  • Run with an interactive shell

    You can also start the container with an interactive shell to use npm.

    docker run -it --rm openeuler/npm:{Tag} bash
    
  • Using npm CLI

    To install the latest version of a module from the npm registry.

    npm install <package_name>
    

    Example:

    npm install sax
    

    Key features:

    • Omitting the version tag (@latest) defaults to installing the latest stable version.
    • The command automatically retrieves the package tagged as latest in the registry.

[!WARNING] Do not run npm install in root directory (/). This will cause dependency resolution errors.

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:3417db81c

Size

132.1 MB

Last updated

2 months ago

docker pull openeuler/npm

This week's pulls

Pulls:

18

Last week