trivago/prettier-plugin-sort-imports

Package is "broken" on `npm`

dhermes opened this issue ยท 1 comments

Your Environment

  • Prettier version: 3.0.0
  • node version [12.x.x, 14.x.x]: v20.9.0
  • package manager: npm@10.1.0, yarn@1.22.19
  • IDE: VSCode

Describe the bug

Something is corrupted on https://www.npmjs.com/

To Reproduce

Visit https://www.npmjs.com/package/@trivago/prettier-plugin-sort-imports or try to npm install or npm ci this package (any version).

Expected behavior

Package works

Screenshots, code sample, etc

Screenshot 2023-10-30 at 3 14 13 PM

diagnostics id: 81e655d02e8a29fd_1e11

Configuration File (cat .prettierrc, prettier.config.js, .prettier.js)

N/A

Error log

$ yarn install
yarn install v1.22.19
[1/4] ๐Ÿ”  Resolving packages...
[2/4] ๐Ÿšš  Fetching packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.76.0.tgz: Request failed \"500 Internal Server Error\"".
info If you think this is a bug, please open a bug report with the information provided in ".../yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

Contribute to @trivago/prettier-plugin-sort-imports

  • I'm willing to fix this bug ๐Ÿฅ‡

It looks fixed now!