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 - @parcel/source-map #304

Open
tjosepo opened this issue Apr 18, 2022 · 1 comment
Open

Failed to import - @parcel/source-map #304

tjosepo opened this issue Apr 18, 2022 · 1 comment
Labels
deno Not working in Deno

Comments

@tjosepo
Copy link

tjosepo commented Apr 18, 2022

Failing module

import SourceMap from "https://esm.sh/@parcel/source-map/";

Error message

After running deno run I got this:

Download https://esm.sh/@parcel/source-map/
error: Import 'https://esm.sh/@parcel/source-map/' failed: 500 Internal Server Error
    at file:///C:/Users/tommy/Desktop/packup/main.ts:1:23
/* esm.sh - error */
throw new Error("[esm.sh] " + "esbuild: Could not resolve \"../parcel_sourcemap_wasm/dist-web/parcel_sourcemap_wasm.js\"");
export default null;

Additional info

  • esm.sh version: v77
  • Deno version: 1.20.3 (release, x86_64-pc-windows-msvc)
@tjosepo tjosepo added the deno Not working in Deno label Apr 18, 2022
@binyamin
Copy link
Contributor

binyamin commented Jul 4, 2022

@tjosepo Not a problem with @parcel/source-map version 2.0.4 and greater. There's another issue though; see See parcel-bundler/source-map#110

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