-
Notifications
You must be signed in to change notification settings - Fork 18
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
Comments
I am having the same issue. It does work with the Windows Subsystem for Linux. |
Update: @tomshaw The issue seems to be specific to esbuild. Running (*) 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. |
@tomshaw @differentsmoke Thank you for reporting! I'm looking into it. |
@tomshaw @differentsmoke We released |
I was able to run all of the examples on Windows. |
@differentsmoke Thank you for checking! |
Appreciate |
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
The text was updated successfully, but these errors were encountered: