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.

Not able to use the example --> getting import error

See original GitHub issue
NowBuildError: api/hellodeno.ts(1,31): error TS2691: An import path cannot end with a '.ts' extension. Consider importing 'https://deno.land/std@0.52.0/http/server' instead.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
ajernicommented, Jun 18, 2020

Hi @TooTallNate, that’s great! Thanks a lot for your help and the implementation and the PR at oakserver. I think this is a real benefit and motivates me to learn Deno. I just wanted to test first if I could easyly deploy it somewhere and vercel is amazing! I do not want to mess arround with Docker and anything and what you provide here seems to be a perfect ready to go solution for me.

1reaction
TooTallNatecommented, Jun 15, 2020

I don’t think you are properly configuring this Runtime. This error seems to be coming from @vercel/node Runtime.

Can you share with me your vercel.json file?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix ImportError: Cannot Import Name in Python - Rollbar
The Python ImportError: cannot import name error occurs when an imported class is not accessible or is in a circular dependency.
Read more >
Python error "ImportError: No module named" - Stack Overflow
You can not try to import a file that has the same name and be a file from 2 folders configured on the...
Read more >
How to Fix : “ImportError: Cannot import name X” in Python?
You can solve the “ ImportError : Cannot import name X” Error by resolving the circular dependencies. You can do that either by...
Read more >
ModuleNotFoundError: no module named Python Error [Fixed]
How to fix the ModuleNotFoundError in Python · 1. Make sure imported modules are installed · 2. Make sure modules are spelled correctly...
Read more >
6 Common CSV Import Errors and How to Fix Them - Flatfile
One of the most common CSV import errors is that the file is simply too large. That can be caused by too many...
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