deligenius / view-engine

🚀A Template View Engine for Deno frameworks
MIT License
54 stars 15 forks source link

Error while running sample ejs code #17

Closed rahulswarnkar closed 3 years ago

rahulswarnkar commented 3 years ago

With deno 1.2.0:

error: Failed to get compiled source code of https://deno.land/x/denjucks@1.1.1/src/deps/path/std/path/mod.ts.
Reason: No such file or directory (os error 2)

With deno 1.4.0

Warning Failed to get compiled source code of "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/path/mod.ts".
Reason: No such file or directory (os error 2)
If the source file provides only type exports, prefer to use "import type" or "export type" syntax instead.
gjuoun commented 3 years ago

I'll look into that

gjuoun commented 3 years ago

Please use the newest version 1.4.0

tinkajts commented 3 years ago

import { viewEngine, engineFactory, adapterFactory, } from "https://deno.land/x/view_engine@v1.4.0/mod.ts"; (from the example docs) => 404 on compile... Please advice. i can't see any 1.4.0 version in the repo as well? (i think?)

gjuoun commented 3 years ago

no new reply for more than 30 days. Closed