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.

Deno installation error

See original GitHub issue

C:\Users\manoj>deno install --unstable --allow-net https://deno.land/x/denon/denon.ts Check https://deno.land/x/denon/denon.ts error: TS2339 [ERROR]: Property ‘url’ does not exist on type ‘NetPermissionDescriptor’. return pd.url ~~~ at https://deno.land/std@0.83.0/permissions/mod.ts:17:25

TS2339 [ERROR]: Property ‘url’ does not exist on type ‘NetPermissionDescriptor’. ? --allow-${pd.name}=${pd.url} ~~~ at https://deno.land/std@0.83.0/permissions/mod.ts:18:44

Found 2 errors.

I got this error, while running and installing the denon

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:5
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
luxwarpcommented, Feb 1, 2021

Since deno.land does not have the fix yet you can install denon from github with deno install -qAf --unstable https://raw.githubusercontent.com/denosaurs/denon/main/denon.ts

3reactions
hoangtransoncommented, Jan 25, 2021

I got same error on Ubuntu. This happening after I update my Deno to 1.7

Screenshot from 2021-01-25 12-01-55

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error installing Deno using `iwr` · Issue #191 - GitHub
When running PowerShell as administrator and executing iwr https://deno.land/x/install/install.ps1 -useb | iex the following error is ...
Read more >
Error Installing Deno on Windows 11 using PowerShell 7.2 ...
I've been playing around with Deno lately and wanted to get it installed on a new Windows 11 laptop I bought. To install...
Read more >
Installation | Manual - Deno
Installation. Deno works on macOS, Linux, and Windows. Deno is a single binary executable. It has no external dependencies. On macOS, both M1...
Read more >
Denon installation failed in Deno v1.18.0 - Stack Overflow
Edit: This issue has been fixed in denon v2.5.0. Original answer: This is a known bug in denon , an official fix will...
Read more >
Deno Installer | Evan Louie
This is a snippet exposing a deno pkg with an Install function. The Install function will download the latest Deno release for your...
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