Skip to content
#

denoland

Here are 167 public repositories matching this topic...

Trex
NexWasTaken
NexWasTaken commented Feb 28, 2021

Running 'imports upgrade' gives syntax error.

Logs:

λ imports upgrade
Check https://denopkg.com/crewdevio/Trex@imports/cli.ts
error: Uncaught (in promise) SyntaxError: Unexpected token I in JSON at position 0
    at JSON.parse (<anonymous>)
    at Response.json (deno:op_crates/fetch/26_fetch.js:843:19)
    at async updateTrex (https://raw.githubusercontent.com/crewdevio/Trex/imports
madhurasri
madhurasri commented Jun 5, 2020

When I run using this command,
deno run --allow-net --allow-write --allow-read --allow-plugin --allow-env --unstable index.ts

I get this Error

thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value', src\command\connect.rs:63:24
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
  • OS: Windows 10
  • Deno Version: 1.0.5

**Up

Improve this page

Add a description, image, and links to the denoland topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the denoland topic, visit your repo's landing page and select "manage topics."

Learn more