Bundler icon indicating copy to clipboard operation
Bundler copied to clipboard

Fails to download one of the dependency files

Open JorchRL opened this issue 3 years ago • 3 comments

When I try to use the Bundler or cache it as a dependency, I get this error

Download https://esm.sh/v86/[email protected]/deno/postcss-nesting.js
error: Import 'https://esm.sh/v86/[email protected]/deno/postcss-nesting.js' failed: 500 Internal Server Error
    at https://esm.sh/v86/[email protected]/deno/postcss-preset-env.js:2:2086

It seems that the file in question is not available from esm.sh. When I try to get it from the browser i get this:

/* esm.sh - error */
throw new Error("[esm.sh] " + "open /tmp/esm-build-2112f0f36dbc8a59c1b5aa42d9c9524d7448e54a-462f9c4f/node_modules/postcss-nesting/index.es.js: no such file or directory");
export default null;

So I guess it is no longer available. Which is unfortunate, because I can't seem to get Bundler to work.

JorchRL avatar Jun 11 '22 16:06 JorchRL

Deno as well as esm.sh has changed a lot over time and postcss-preset-env failed at some point. This is fixed with the restructure and will be solved with the next release.

timreichen avatar Jun 13 '22 21:06 timreichen

I'm getting the same Error. When is this next release planned to be, @timreichen?

milotheirself avatar Jul 29 '22 19:07 milotheirself

Just released 0.9.0 now.

timreichen avatar Aug 12 '22 23:08 timreichen