Coder Social home page Coder Social logo

chewiebug / berry Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yarnpkg/berry

0.0 0.0 0.0 430.94 MB

๐Ÿ“ฆ๐Ÿˆ The active development trunk for Yarn 2 โš’

Home Page: https://yarnpkg.com

License: Other

JavaScript 25.44% TypeScript 73.21% Shell 0.90% C 0.05% Prolog 0.23% CSS 0.03% Dockerfile 0.08% Batchfile 0.01% PowerShell 0.01% HTML 0.04%

berry's Issues

[Bug]

  • I'd be willing to implement a fix

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

The minimal information needed to reproduce your issue (ideally a package.json with a single dep). Note that bugs without minimal reproductions might be closed.

IMPORTANT: We strongly prefer reproductions that use Sherlock. Please check our documentation for more information: https://yarnpkg.com/advanced/sherlock

const { promises: fs } = require('fs')

// doesn't matter, where the proxy constants point - error always occurs
const YARNRC_YAML = `
httpProxy: "http://localhost:8881"
httpsProxy: "http://localhost:8881"
`

await fs.writeFile('.yarnrc.yml', YARNRC_YAML)

await expect(packageJsonAndInstall({
  dependencies: {
    "lodash": "4.17.15"
  },
})).rejects.not.toThrow()

dd

Screenshots

If applicable, add screenshots to help explain your problem.

Environment if relevant (please complete the following information):

  • OS: [e.g. OSX, Linux, Windows, ...]
  • Node version [e.g. 8.15.0, 10.15.1, ...]
  • Yarn version [e.g. 2.0.0-rc1, ...]

Additional context

Add any other context about the problem here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.