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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fix #600: Unexpected end of json input #645

Merged
merged 2 commits into from
Jun 22, 2022
Merged

🐛 Fix #600: Unexpected end of json input #645

merged 2 commits into from
Jun 22, 2022

Commits on Jun 20, 2022

  1. 🐛 Fix #600: Unexpected end of json input

    NPM is mixing json with human readable error messages (npm/cli#2740)
    and refuse to fix it because they want more time to plan (npm/cli#3437).
    This provides a temporary fix by simply filtering out every line that starts
    with `npm ERR!` so we have a clean JSON input.
    
    As a side effect, this will be broken when attaching a debugger to the
    process, but that would have been broken without this fix.
    trickypr committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    a2dbfbf View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. 🎨 Correct code format

    trickypr committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    7ce2f28 View commit details
    Browse the repository at this point in the history