On Windows Getting Started/Basic Usage doesn't compile.
See original GitHub issueI’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
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Walkthrough: Compile a C program on the command line
This walkthrough shows how to create a basic, "Hello, ... You can't use MSVC in a plain command prompt window without some preparation....
Read more >GCC and Make - A Tutorial on how to compile, link and build ...
In Bash shell, the default PATH does not include the current working directory. Hence, you need to include the current path ( ./...
Read more >Get Started with C++ and Mingw-w64 in Visual Studio Code
In this tutorial, you configure Visual Studio Code to use the GCC C++ compiler (g++) and GDB debugger from mingw-w64 to create programs...
Read more >"Hello World!" for Microsoft Windows (The Java™ Tutorials ...
This beginner Java tutorial describes getting started with Java and setting up ... of improvements introduced in later releases and might use technology...
Read more >Quick start guide | CLion Documentation - JetBrains
Before you start. Is ... In CLion, you can use GCC-based compilers, Clang, Clang-cl, Visual Studio C++ ... Refer to our Windows tutorial....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
I was able to run all of the examples on Windows.