esm.sh icon indicating copy to clipboard operation
esm.sh copied to clipboard

Failed to import - d3-selection

Open abetaev opened this issue 4 years ago • 0 comments

Failing module

  • GitHub: https://github.com/d3/d3-transition
  • npm: https://www.npmjs.com/package/d3-transition
import * as d3 from 'https://esm.sh/d3';

Error message

After running deno run I get this:

Relative import path "d3-selection" not prefixed with / or ./ or ../ from "https://cdn.esm.sh/v57/@types/[email protected]/index.d.ts"

Additional info

  • esm.sh version: v57
  • Deno version: 1.16.1

abetaev avatar Nov 14 '21 16:11 abetaev