GithubHelp home page GithubHelp logo

docker-yarn-lerna-bug's Introduction

Make sure to have Docker installed, then:

cd /tmp
git clone [email protected]:FezVrasta/docker-yarn-lerna-bug.git
cd docker-yarn-lerna-bug
yarn
yarn start

Notice that it fails with:

Installing external dependencies
NpmUtilities.installInDir     ("./packages/foo", ["babel-cli@^6.22.2","babel-core@^6.22.1","babel-preset-es2015@^6.22.0","jest-bamb...)
Command exited with status 1: yarn install
Errored while running BootstrapCommand.execute
Command exited with status 1: yarn install
Waiting for 1 child process to exit. CTRL-C to exit immediately.
error Command failed with exit code 1.
The command '/bin/sh -c yarn bootstrap' returned a non-zero code: 1
error Command failed with exit code 1.

Inside the container, in the packages/foo dir, you'll find a yarn-error.log:

Error: https://registry.yarnpkg.com/babel-cli/-/babel-cli-6.24.0.tgz: ENOENT: no such file or directory, open '/root/.cache/yarn/v1/npm-babel-cli-6.24.0-a05ffd210dca0c288a26d5319c5ac8669a265ad0/.yarn-tarball.tgz'

If you remove the @scope from packages/foo/package.json everything works fine.

If you edit package.json changing bootstrap to lerna bootstrap --concurrency=1 it works fine.

If you run:

$(yarn bin)/lerna bootstrap

from the repository root directory, everything works fine (at least, on macOS).

docker-yarn-lerna-bug's People

Contributors

fezvrasta avatar

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.