salesforce / eslint-config-lwc

Opinionated ESLint configurations for LWC projects
MIT License
114 stars 35 forks source link

'@salesforce/eslint-config-lwc@latest' is not in the npm registry. #35

Closed jesusbarcenilla closed 4 years ago

jesusbarcenilla commented 4 years ago

Hi,

It seems the package is not longer available in npm.

it can be tested with:

npm i @salesforce/eslint-config-lwc or npm info @salesforce/eslint-config-lwc

muenzpraeger commented 4 years ago

It's available, and can be installed.

Are you using a custom npm server?

jesusbarcenilla commented 4 years ago

No, and I could reproduce the error locally and in a bitbucket CI infrastructure.

muenzpraeger commented 4 years ago

Weird. That's my output.

☁  testing  npm config get ; cli configs metrics-registry = "https://registry.npmjs.org/" scope = "" user-agent = "npm/6.14.5 node/v12.13.0 darwin x64"

; userconfig /Users/rwinkelmeyer/.npmrc registry = "https://registry.npmjs.org/"

2020-08-06_12-22-46 (1)

jesusbarcenilla commented 4 years ago

It looks like the problem is in npm side.

https://status.npmjs.org/

We are still looking into error telemetry for installation of scoped packages but are seeing signs of improvement.

Sorry, I should have check in npm before opening this ticket.

Thank you very much for your quick response.