Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG?]: error throw since update #30

Closed
timreichen opened this issue Mar 13, 2021 · 1 comment
Closed

[BUG?]: error throw since update #30

timreichen opened this issue Mar 13, 2021 · 1 comment

Comments

@timreichen
Copy link

ref: timreichen/Bundler#29 (comment)

https://esm.sh/postcss-preset-env@6.7.0?no-check returns

/* esm.sh - error */
throw new Error("[esm.sh] " + "copyDTS(@types/postcss-preset-env@6.7.1/index.d.ts): read /tmp/esmd-build/d33c8a41ecd5db81/node_modules: is a directory");
export default null;

whereas before it didn't and worked as expected. My local cache file has this content:

/* esm.sh - postcss-preset-env@6.7.0 */
export * from "https://cdn.esm.sh/v15/postcss-preset-env@6.7.0/esnext/postcss-preset-env.js?no-check";
export { default } from "https://cdn.esm.sh/v15/postcss-preset-env@6.7.0/esnext/postcss-preset-env.js?no-check";

Is this a bug?

@ije
Copy link
Member

ije commented Mar 13, 2021

fixed, please try again, thanks 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants