bundlephobia icon indicating copy to clipboard operation
bundlephobia copied to clipboard

InstallError: npm-check-updates fails to install

Open raineorshine opened this issue 1 year ago • 0 comments

npm-check-updates

npm-check-updates

(cf npm-check which is no longer maintained and does work on bundlephobia)

Entire (stringified) error that I see in my browser console

{
    "error": {
        "code": "InstallError",
        "message": "Installing the packaged failed.",
        "details": {}
    }
}

Uploading the package.json suggests that update-notifier and yaml are breaking the build. These are both pure ESM.

This appears related to https://github.com/pastelsky/bundlephobia/issues/530.

image

raineorshine avatar Jul 12 '22 20:07 raineorshine