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

Failed to import - https://cdn.esm.sh/v73/@types/react@17.0.42/index.d.ts #290

Closed
Industrial opened this issue Mar 26, 2022 · 0 comments
Closed
Labels
deno Not working in Deno

Comments

@Industrial
Copy link

Failing module

The file https://cdn.esm.sh/v73/@types/react@17.0.42/index.d.ts contains these lines:

import * as PropTypes from 'https://cdn.esm.sh@types/prop-types@15.7.4/index.d.ts';
import { Interaction as SchedulerInteraction } from 'https://cdn.esm.sh@types/scheduler@0.16.2/tracing.d.ts';

These have a missing /.

Error message

After running deno run I got this:

error: Uncaught (in promise) TypeError: error sending request for url (https://types/scheduler@0.16.2/tracing.d.ts): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution

Additional info

  • esm.sh version: 73
  • Deno version: 1.20.1
@Industrial Industrial added the deno Not working in Deno label Mar 26, 2022
@ije ije closed this as completed Mar 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deno Not working in Deno
Projects
None yet
Development

No branches or pull requests

2 participants