Marc Bernard

Results 706 comments of Marc Bernard

Glad to hear that it works, @brennerm 👍 Just curious, who's "we"? PS: I found https://blockedbycors.dev through your blog. It looks to be very useful but app.blockedbycors.dev is down 😞

You got your wish 😀 Semver 7.7.2 should fix the problem.

`ref #( )` and the newer regex are not compatible with 7.02. SAP made it impossible to have code that seamlessly works in every environment. 🤷 IMHO, the best approach...

There's a plugin for the "offline scenario": https://www.npmjs.com/package/verdaccio-offline-storage The missing download of nested dependencies (only scoped ones), is a known issue https://github.com/verdaccio/verdaccio/issues/4070 (I'm working on it)

One more thing: By default, npm caches HTTP requests. This means npm will not request a package/tarball from Verdaccio if it is already cached. If you want to make sure...

`require(esm)` should help here https://e18e.dev/blog/migrating-the-ecosystem-to-esm.html

It's best to post the complete `config.yaml` and the relevant part of the log. Do you use a middleware plugin? If yes, you might need #5200 (but in 6.x).

Sorry, I can't find what change caused it.

I think I found the root cause. There's a problem when web calls the auth check. I have messaged @juanpicado on Discord.