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.

error: Failed to get compiled source code of https://deno.land/x/denjucks/src/deps/path/std/path/mod.ts.

See original GitHub issue

got error by running this command : deno run --config tsconfig.json --allow-net --allow-read myFile.ts

error: Failed to get compiled source code of https://deno.land/x/denjucks/src/deps/path/std/path/mod.ts. Reason: The system cannot find the path specified. (os error 3)

File tree:

myFile.ts tsconfig.json

it was working fine 2 or 3 days ago

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:16 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
andreespirelacommented, Jun 29, 2020

This has been confirmed as working and will be closed.

1reaction
andreespirelacommented, Jun 29, 2020

@WhoAdarshPandya This should have been solved in v1.1.2. Note that you will not be able to use Denjucks.

Try pointing out to @v1.1.2 and let me know if your mandarine starts working fine again. Remember to use the flag --reload

Read more comments on GitHub >

github_iconTop Results From Across the Web

error: failed to read compiled module: No such file or directory
I've built // Ex1_01.cpp the source file from the question by two commands: $ g++ -std=c++20 -fmodules-ts -xc++-system-header iostream $ g++ ...
Read more >
tsc should not care and fail with ts files outside of rootDir #9858
I have a fixtures folder which contains .ts files. In my tsconfig.json I set rootDir to src which does contain all my source...
Read more >
Lyra Game Feature with c++ problem - Unreal Engine Forums
After I hit, Game Feature (with c++) I get this message: Failed to compile plugin source code. See output log for more information....
Read more >
Fix the top 10 most common compile time errors in Java
Here are the 10 most commonly encountered Java compile errors, along with the fixes that will get your code working in no time....
Read more >
Fixing the TS7016 Error | Atomist Blog
index.ts:2:24 - error TS7016: Could not find a declaration file for ... turn your code into JavaScript even when there are compile errors....
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