question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
differentsmokecommented, Jun 20, 2021

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.

1reaction
differentsmokecommented, Jun 21, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found