Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: reduce concurrency to avoid bootstrap issues due to npm locks #3900

Merged
merged 1 commit into from Oct 11, 2019

Commits on Oct 9, 2019

  1. chore: reduce concurrency to avoid bootstrap issues due to npm locks

    It happens very frequently for me with `npm run update-packages`, which
    is also part of our release process.
    
    Sample error:
    
    lerna ERR! npm install exited 254 in '@loopback/service-proxy'
    lerna ERR! npm install stderr:
    npm ERR! code ENOENT
    npm ERR! syscall lchown
    npm ERR! path /Users/rfeng/.npm/_locks/staging-1f9c9b6dc2a3f888.lock
    npm ERR! errno -2
    npm ERR! enoent ENOENT: no such file or directory, lchown '/Users/rfeng/.npm/_locks/staging-1f9c9b6dc2a3f888.lock'
    npm ERR! enoent This is related to npm not being able to find a file.
    npm ERR! enoent
    raymondfeng committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    1d50a97 View commit details
    Browse the repository at this point in the history