// in src/index.ejs, you need to change <% if (!process.browser) { %> // to <% if (!require('process').browser) { %> // and you're in business!