-
Notifications
You must be signed in to change notification settings - Fork 12
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
[uncaught oak error]: NotFound - No such file or directory (os error 2) #13
Comments
What operating system are you using? Please check what this code will output in your environment: import { Application, Router, Status } from 'https://deno.land/x/oak/mod.ts'
import { Handlebars } from 'https://deno.land/x/handlebars/mod.ts'
const handle = new Handlebars();
console.log(await handle.renderView('index', {})); that way you can catch the error, whose side it is on |
I updated the Deno dependencies, I think it should work now |
Below is reponse for your code |
is this not correct layout?
The text was updated successfully, but these errors were encountered: