Sandpack / nodebox-runtime

Nodebox is a runtime for executing Node.js modules in the browser.
https://sandpack.codesandbox.io/docs/advanced-usage/nodebox
Other
727 stars 41 forks source link

Not finding a new module in NPM #14

Closed robtweed closed 1 year ago

robtweed commented 1 year ago

I've created a new module/repository in NPM today (golgi-sbadmin). NPM reports that it has been successfully published.

However if I try to now specify it as a dependency in my Nodebox package.json file, it errors, telling me that golgi-sbadmin cannot be found.

Is this perhaps because you're using a mirror of NPM and it will take time for it to get there?

DeMoorJasper commented 1 year ago

Yes, that's because we're cloning the npm registry from their couchdb endpoint. It can take a couple minutes before it's in sync.

Responses are also cached for a bit so secondary requests might be a bit behind as well