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

On Windows Getting Started/Basic Usage doesn't compile. #4

Closed
tomshaw opened this issue Jun 19, 2021 · 7 comments · Fixed by #5
Closed

On Windows Getting Started/Basic Usage doesn't compile. #4

tomshaw opened this issue Jun 19, 2021 · 7 comments · Fixed by #5

Comments

@tomshaw
Copy link

tomshaw commented Jun 19, 2021

I'm unable to get the Basic Usage app to compile without error:

error: Do not know how to load path: deno: c:\Users\me\Desktop\myapp\main.ts

Nothing there but the index/main.ts. Running Windows 10, deno 1.11.1, packup v0.0.12

@differentsmoke
Copy link

I am having the same issue. It does work with the Windows Subsystem for Linux.

@differentsmoke
Copy link

Update:

@tomshaw The issue seems to be specific to esbuild. Running packup serve index.html --bundler swc works as expected (*).

(*) Windows also has some issues with orphaned versions of Deno running in the background that may cause issues with websockets, but this isn't a packup specific problem.

@kt3k
Copy link
Owner

kt3k commented Jun 21, 2021

@tomshaw @differentsmoke Thank you for reporting! I'm looking into it.

@kt3k
Copy link
Owner

kt3k commented Jun 21, 2021

@tomshaw @differentsmoke We released v0.0.13, which potentially fixes this issue. Please let me know if it works for you or not.

@differentsmoke
Copy link

differentsmoke commented Jun 21, 2021

I was able to run all of the examples on Windows.

@kt3k
Copy link
Owner

kt3k commented Jun 21, 2021

@differentsmoke Thank you for checking!

@kt3k kt3k closed this as completed Jun 21, 2021
@tomshaw
Copy link
Author

tomshaw commented Jun 21, 2021

Appreciate packup serve index.html --bundler swc solves issue. Thank you guys,

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

Successfully merging a pull request may close this issue.

3 participants