one-page-app icon indicating copy to clipboard operation
one-page-app copied to clipboard

app is not defined

Open JakeLin opened this issue 12 years ago • 0 comments

Hi,

When I run the app, I get this error. Would you please advise how I can fix that?

Important: use 'process.env.PORT' as the port and 'process.env.IP' as the host in your scripts! Listening on port 8080 in development mode ReferenceError: /var/lib/stickshift/519c47404382ec06ee000197/app-root/data/504843/views/layout.ejs:5

 <head>
    <meta charset="utf-8">
 <title><%= app.title %></title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="<%= app.description %>">
  <meta name="keywords" content="<%= app.keywords %>">

app is not defined

JakeLin avatar May 22 '13 04:05 JakeLin