Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import 'https://deno.land/[email protected]/testing/asserts.ts' failed: 404 Not Found #41

Open
Jlomaka opened this issue Feb 15, 2021 · 0 comments

Comments

@Jlomaka
Copy link

Jlomaka commented Feb 15, 2021

When i try to run

deno run -c tsconfig.json --allow-net --allow-env ./app.ts;

Show Error:

error: Import 'https://deno.land/[email protected]/testing/asserts.ts' failed: 404 Not Found at https://deno.land/x/[email protected]/deps.ts:1:0

My tsconfig.json

{
  "compilerOptions": {
    "strictNullChecks": true,
    "strictPropertyInitialization": false,
    "strictBindCallApply": true,
    "strictFunctionTypes": true,
    "strict": true,
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true,
    "isolatedModules": false,
    "allowSyntheticDefaultImports": true
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant