marko-js-samples / marko-express

Sample Express-based server app that integrates the marko module for rendering a view
20 stars 16 forks source link

Layout configuration not working #1

Open rohitcelestial opened 7 years ago

rohitcelestial commented 7 years ago

Hi, I am trying to implement layout as given here

Here is my repo But I am getting error but getting exception as Error: Cannot find module 'src/layouts/default' at Function.Module._resolveFilename (module.js:470:15) at Function.resolve (internal/module.js:27:19)

Please suggest a way.