Skip to content

classic.yarnpkg.com

The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry

Package Information

  • Domain: classicyarnpkg.com
  • Name: classic.yarnpkg.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +classic.yarnpkg.com -- $SHELL -i

Programs

This package provides the following executable programs:

  • yarn
  • yarnpkg

Aliases

This package can also be accessed using these aliases:

  • yarn

Available Versions

Show all 4 versions
  • 1.22.22, 1.22.21, 1.22.20, 1.22.19

Latest Version: 1.22.22

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +classicyarnpkg.com@1.22.22 -- $SHELL -i

Dependencies

This package depends on:

  • nodejs.org>=5

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.classicyarnpkgcom

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.